September 2016
Intermediate to advanced
775 pages
18h 22m
English
All the examples in this course rely on the Python 3 interpreter. Make sure you are not using Python 2.7 or earlier. At the time of writing, Python 3.4 was the latest release of Python. Most examples will work on earlier revisions of Python 3, but you are encouraged to use the latest version to minimize frustration.
All of the examples should run on any operating system supported by Python. If this is not the case, please report it as a bug.
Some of the examples need a working Internet connection. You’ll probably want to have one of these for extracurricular research and debugging anyway!
In addition, some of the examples in this course rely on third-party libraries that do not ship with Python. These are introduced ...