The Internet Archive Python Library

A Python and Command-Line Interface to Archive.org – jjjake/internetarchive… Read more

Similar

Python Exercises

Most python exercises I found online were either too easy or tested things that were not directly related to python (mostly data structures or algorithms). Neither is a good choice when you're teaching Python courses. This following list has helped me lea... (more…)

Read more »

Building a Python project

Due to day job I was looking for Java project build systems. Whilst searching for that I saw references of Python build system. But hang on a second, Python is a scripting language; you simply run … (more…)

Read more »