This is an introductory workshop to show you how to get started with the Python programming language.
Well, first you'll want to download Python from Python.org:
- For OSX: App file
- For 64-bit Windows: installer
- For 32-bit Windows: installer
- For linux, you'll want to install a program called IDLE using your package manager.
Once you're done installing Python, open up cheetsheet.py and save it somewhere you can find it later.
Then, open up Python. It should be appear in your system's applications folder or start menu.
In the window that opens, go to File > Open... and find the cheetsheet.py file you downloaded earlier.
Once that's open, you should be good to go!