Getting started with Python: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
(Created page with '=== Goal #1: Install Python === This section has instructions for installing Python and running Python from a command prompt. * Windows * [[OSX set up…')
 
imported>Jesstess
No edit summary
Line 6: Line 6:
* [[OSX set up Python|OS X]]
* [[OSX set up Python|OS X]]
* [[Linux set up Python|Linux]]
* [[Linux set up Python|Linux]]

=== 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!<br />

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

Revision as of 01:10, 8 February 2012

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!