Internal Links

External Links

Installing Python

For this class, you need to install both python and the turtle and graphics libraries which go with the book . So, the are the instructions:
  1. First go to the Download Python site and get the version of Python for your particular computer operating system. Be sure, however, to get Python 3, not Python 2. Currently, the version you would get is Python 3.3.
  2. Save the following two files in some convenient location on your computer: cTurtle.py and cImage.py.
  3. Now move these two files to the appropriate folder for your operating system:

Test this out by running Python and trying to load the Turtle library by typing import cTurtle at the command prompt.

If you have questions, ask professor Yu or one of the instructors .