On Fri, Oct 5, 2012 at 10:39 AM, eddy van <[email protected]> wrote: > Were can i download the python install program for free
Python installers are here: http://www.python.org/download/ You'll want either version 2.7.3 or 3.3.0, depending on whether you need python 2 or python 3. The actual installer you choose will depend on the platform you're going to be running it on. If you happen to be on some flavor of linux, you're probably going to want to use your platform's package manager instead. -- Jerry _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
