O'Reilly Introduction to Python/Section 1

Revision as of 18:08, 6 April 2014 by imported>Jesstess (Created page with "== Goal #1: set up Python == (Estimated completion time: 2 - 10 minutes) First things first: we need to install Python! Please complete the instructions below for your opera...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Goal #1: set up Python

(Estimated completion time: 2 - 10 minutes)

First things first: we need to install Python! Please complete the instructions below for your operating system.

Goal #2: install a text editor

(Estimated completion time: 2 - 10 minutes)

In addition to being able to run Python, we are going to install a good text editor for writing Python code.

If you would like to use a different text editor from the recommendation for your operating system, great! Just let me know so I can confirm that it'll work for this class.

Success!

You've set up your programming environment and gotten comfortable with Python!