http://www.utsc.utoronto.ca/~bharrington/csca08/software.shtmlPython
In this course, we will be programming in Python. We will be using Version 3.3. Please do not install older versions (in particular, lots of people are still using version 2.7). Python is installed on all computers in the BV wing computer labs. You may also wish to install it on your own computer.
There is extensive documentation available online, but again, make sure that you're looking at version 3.3 or above.
***We will also be using the Wing IDE 101 v4.1 development environment both in lectures and in tutorials.*** You can download the software for yourself here. Wing 101 is freely available for academic use.
PEP-8
You can either download the
pep8.py file from the Official
Python.org website (requires use of command line). Or simply paste your code into the online style checker. I recommend the latter, unless you are already familiar with the command line, and/or want to be able to check code without an internet connection. (I know how often you all want to check the style of your code while on vacation).
顺便说下,WingIDE不漂亮,真的。