The idea is a cdrom with everything a user would need to learn Python.
I am nearly done with the Windows version of the cdrom. Would anyone what to create a Macintosh and Linux version? I'll post the directory listing soon. If you would like a copy send me an email. - JeffSandys
We have started to make a linux based one, bootable, based on KNOPPIX (Debian). Maybe we could move this topic to the main python wiki? See http://www.python.org/cgi-bin/moinmoin/PythonCd - I already updated that pages with most of the stuff from this page. -- ThomasWaldmann
Source
If you want to make your own copy of the cd, just download all this stuff and burn it yourself. I did expand the zip files and convert the powerpoint files to html format.
Python
Python 2.3.3 exe
win32all-163 exe
wxPython
Numerical Python
vPython
Python Image Library
Tutorials
Presentations
Introducing Python Movie mpg Huge File Warning! 238 MB
I would also suggest pygame, pyopengl, pychecker, pythoncard. And maybe Karrigell which is a standalone web application server. And here are some additional tutorials:
http://www.freenetpages.co.uk/hp/alan.gauld/tutor.zip (alan gauld's learning to program book which is also online here: http://www.freenetpages.co.uk/hp/alan.gauld/ )
I would suggest adding the runtime environment for the GuidoVanRobot learning package, along with its lessons package. It's a good introductory language leading up to Python (it even uses indentation!), and the source code is written in Python. -- SteveHowell
Also see: PythonInSchools and GirlProgrammers