PyCon intro tutorial prep: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 15: Line 15:
* [[Linux set up Python|Linux]]
* [[Linux set up Python|Linux]]


= Goal #2: prepare a text editor =
= Goal #2: practice starting and exiting Python =

In addition to being able to run Python, we want to have good text editor for writing Python code. If you have a preferred text editor for writing code, feel free to skip this step!<br />

* [[Windows text editor|Windows]]
* [[OSX text editor|OS X]]
* [[Linux text editor|Linux]]

= Goal #3: 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:
We'll do much of our learning and practicing at an interactive Python prompt. So let's practice starting and exiting Python:

Revision as of 04:23, 13 March 2013

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.