CPSC 110, Sections 01 and 02, Fall 2010
From MWCSWiki
A few notes about getting in step with Python 3 and the Zelle's book
Downloading Python 3.X
Download from http://www.python.org/download/releases/3.1.2/
There are links there for
- Windows x86 MSI Installer (3.1)
- Windows X86-64 MSI Installer (3.1.2) [1 ]
- Mac Installer disk image (3.1) (sig)
list current as of --ernie 18:06, 29 August 2010 (UTC)
Python 3 code from the book
Links to source code and other python 3 information appropriate to our text book.
Graphics Library
Start at Zelle's Python page at http://mcsp.wartburg.edu/zelle/python/.
The graphics module is listed as *graphics.py. RIGHT-CLICK on the link and then select Save Link As
On a PC save the link in C:\Python31\Lib\site-packages
On a Mac save the link in
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/site-packages/

