Installing Python
Oct. 29th, 2009 12:48 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Before you can write code in Python, you'll want to make sure it's installed on your computer. There's a PDF on the assignments page about getting started with Python and IDLE. It also says:
Here's a direct link to the Python download page - it looks like we'll want to use 2.6.4.
(My notes so far: installing on Windows is a snap. Shall investigate further on OS X and Ubuntu - I know Python is installed, but I'm not sure IDLE is.)
Comment if you run into any problems or have any advice!
Warning: On the Python homepage, the latest version available for download is actually 3.0. Do not install this! This version is not backwards compatible with the code that you'll be writing in this course (for example, you have to type print("test") instead of print test.)
Here's a direct link to the Python download page - it looks like we'll want to use 2.6.4.
(My notes so far: installing on Windows is a snap. Shall investigate further on OS X and Ubuntu - I know Python is installed, but I'm not sure IDLE is.)
Comment if you run into any problems or have any advice!