COMP
150 – Computer Programming I
Home Page
Syllabus
Helpful Python Links
Installing a Compatible Version of Python on
Your Own Machine
- Download version 2.4.3 from
this site.
- Follow the installation instructions.
- Download graphics.py (the graphics package
we'll be using) from
here.
(near the bottom of the page)
- Copy graphics.py to the Lib\site-packages
folder of your Python installation. For example, I installed Python to
C:\Python24, so the full path to my graphics.py is
C:\Python24\Lib\site-packages\graphics.py