Windows Users
Go to the Python download page http://www.python.org/download/releases/2.7.2 and download the Python 2.7.2 Windows installer.Run the installer.
This should install Python 2.7.2 and IDLE.Mac Users
Python will already be installed and the installation includes the IDLE libraries. However, you need to be running Python 2.7 (or Python 2.6). You can tell which version of Python you have installed by starting a terminal and running python. This starts the interpreter and displays the version in the startup message. If it is not 2.7 you can install it from the URL above.
To make IDLE a bit more user-friendly look at
http://wiki.python.org/moin/MacPython/Leopard
Linux Users
Again, Python should already be installed and includes the IDLE libraries but you may need to install 2.7.To make life easier use the packet manager for your Linux to get IDLE.
It will add the application to your menus and you can make a desktop icon in order to make running it easy.
