GA intro tutorial prep: Difference between revisions

From OpenHatch wiki
Content added Content deleted
(Created page with "<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 instru...")
 
No edit summary
Line 6: Line 6:


<font size="+2">This page contains setup instructions for the General Assembly class <i>Programming for non-programmers: a crash course in Python</i>.</font>
<font size="+2">This page contains setup instructions for the General Assembly class <i>Programming for non-programmers: a crash course in Python</i>.</font>

Please complete these instructions <b>before</b> class starts.


= Goal #1: Install Python =
= Goal #1: Install Python =

Revision as of 15:00, 10 December 2013

This page contains setup instructions for the General Assembly class Programming for non-programmers: a crash course in Python.

Please complete these instructions before class starts.

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.