Starting Python

  1. Load up the Python IDLE shell
  2. Hit CTRL-N to open a new window
  3. That’s it. You are ready to go! Hit F5 to run your program
The Python Shell
The Program Window
Successful Output

Useful Keyboard Shortcuts

  • CTRL-F6 Break Program/Reset IDLE
  • CTRL-S Save