Installing Python

So You've Decided to Install Python

You Probably Already Have a Version Installed

If you're on OSX or Ubuntu…

What version were we using? →

QUESTION - What version are we using in class?

(BTW, If You Have Your Laptop, Feel Free to Follow Along!)

How To Determine What Version You're On

  1. Open up:
    • cmd.exe on Windows (start → run → type "cmd.exe" and run)
    • terminal on OSX (⌘-space to search spotlight → type "terminal")
    • terminal on Ubuntu (you probably know how to do this on if you're on Linux!)
  2. Type in the following command (this should output the version of Python that you have):
python --version
DEMO - starting terminal DEMO - show Python version

Installation

Installation Continued

Let's See What IDLE Can Do