For this class, the computers in the lab (Olin 326) should have Python and all the libraries installed for you to do the projects. However, if you want to work on the projects at home, you need to install both Python and the turtle and graphics libraries which go with the book in your own computer. We will use these two libraries in later projects. At the start of the course, if you want to, you can follow these steps and install Python first:
cTurtle.py
and cImage.py
.
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
C:\Python36\Lib\site-packages
/usr/lib/python3/dist-packages
Test this out by running Python and trying to load the Turtle library by typing import cTurtle
at the command prompt.