Go download Python 2.6.2 for your appropriate operating system from here.
Then, if you opted to download a installer, simply run the executable and follow the wizard.
After Python has successfully installed you should notice a program called 'IDLE'. This is the interactive python shell.
Open IDLE and type:
- Code: Select all
print "Hello world!"
Well done, you've succefully downloaded, installed and executed your first bit of Python.
You may also want to download Python 2.6.2's documentation from here.
