PyCon intro tutorial prep

From OpenHatch wiki
Revision as of 04:23, 13 March 2013 by imported>Jesstess

This page contains setup instructions for A hands-on introduction to Python for beginning programmers.

Goal #1: Install Python

This section has instructions for installing Python and running Python from a command prompt.

Goal #2: practice starting and exiting Python

We'll do much of our learning and practicing at an interactive Python prompt. So let's practice starting and exiting Python:

Success!

You are ready for the tutorial.