elz: (ada-tubes)
elz ([personal profile] elz) wrote in [community profile] intro_to_cs2009-10-29 12:48 pm
Entry tags:

Installing Python

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:

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!
zing_och: Grace Choi from the Outsiders comic (Default)

[personal profile] zing_och 2009-10-30 04:04 pm (UTC)(link)
this is a good resource - I had problems installing IDLE on Ubuntu a while ago, mainly because I was new to Linux and Python and hadn't really grasped the difference between the language and IDLE.