WITS Intro Python: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Geography76
 
Line 14: Line 14:
* [[OSX set up Python|OS X]]
* [[OSX set up Python|OS X]]
* [[Linux set up Python|Linux]]
* [[Linux set up Python|Linux]]
* Installation not working? Try [https://www.pythonanywhere.com/ Python Anywhere].
* You can also try [https://www.pythonanywhere.com/ Python Anywhere].


= Goal #2: practice starting and exiting Python =
= Goal #2: practice starting and exiting Python =

Latest revision as of 09:41, 21 April 2013

This page contains setup instructions for A crash course in Python at WITS 2013.

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.