CPSC 110 Section 01 Spring 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.1/
There are links there for
- Windows x86 MSI Installer (3.1) (sig)
- Windows AMD64 MSI Installer (3.1) (sig)
- http://www.python.org/ftp/python/3.1.1/python-3.1.1.dmg Mac Installer disk image (3.1)] (sig)
list current as of --ernie 18:22, 18 January 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 *New Beta graphics.py. RIGHT-CLICK on the link and then select Save Link As
If you are using a computer that uses a version of the Microsoft Windows operating system, save the downloaded module in the sane folder as you saved your version of Python. Most likely you'll save it in the folder named Python or Python3 or Python3.1.
If youa re using a Mac then save the module in the folder named
- /Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0/site-packages/

