Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.05 KB

File metadata and controls

20 lines (12 loc) · 1.05 KB

Foothill CS Club Python Workshop!

This is an introductory workshop to show you how to get started with the Python programming language.

That's cool, but how do I start?

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!