PyCon intro tutorial prep: Difference between revisions

From OpenHatch wiki
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
<gallery widths="240px" heights="160px" perrow="4">
<gallery widths="240px" heights="160px" perrow="4">
File:Spang_helping.jpg
File:Spang_helping.jpg
File:Workshop_smiling.jpeg
File:Together.jpg
File:Bpw2-breakout.jpg
File:Bpw2-breakout.jpg
</gallery>
</gallery>

Revision as of 14:41, 25 January 2013

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

To minimize setup time and maximize our time to learn together, please complete these 3 setup steps before you arrive at the tutorial.

If you have questions while completing these steps, please e-mail bpw-staff@lists.openhatch.org. If you want in-person help with these steps, please arrive at the tutorial location 30 minutes early (at 12:30pm) and we'll be happy to help you get set up.

Goal #1: Install Python

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

Goal #2: prepare a text editor

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!

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: