PyCon intro tutorial prep: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Geography76
(Blanked the page)
imported>Geography76
No edit summary
Line 1: Line 1:
<gallery widths="240px" heights="160px" perrow="4">
File:Spang_helping.jpg
File:Together.jpg
File:Bpw2-breakout.jpg
</gallery>

<font size="+2">This page contains setup instructions for <i>A hands-on introduction to Python for beginning programmers</i>.</font>

= Goal #1: Install Python =

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

* [[Windows set up Python|Windows]]
* [[OSX set up Python|OS X]]
* [[Linux set up Python|Linux]]

= 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:

* [[Windows interactive Python|Windows]]
* [[OSX interactive Python|OS X]]
* [[Linux interactive Python|Linux]]

= Success! =

[[File:Party.png|125px]]

You are ready for the tutorial.

Revision as of 08:31, 20 April 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.