COMP 150 – Computer Programming I

Home Page

Syllabus

Helpful Python Links

Installing a Compatible Version of Python on Your Own Machine

  1. Download version 2.4.3 from this site.
  2. Follow the installation instructions.
  3. Download graphics.py (the graphics package we'll be using) from here. (near the bottom of the page)
  4. 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