GA intro tutorial prep: Difference between revisions

From OpenHatch wiki
Content added Content deleted
No edit summary
imported>Jesstess
No edit summary
 
Line 24: Line 24:
* [[OSX interactive Python|OS X]]
* [[OSX interactive Python|OS X]]
* [[Linux interactive Python|Linux]]
* [[Linux interactive Python|Linux]]

= Goal #3: create a Codecademy account =

We'll be using the online coding platform Codecademy to practice Python during this tutorial.

Please visit http://www.codecademy.com/ and create a Codecademy account.


= Success! =
= Success! =

Latest revision as of 15:06, 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:

Goal #3: create a Codecademy account

We'll be using the online coding platform Codecademy to practice Python during this tutorial.

Please visit http://www.codecademy.com/ and create a Codecademy account.

Success!

You are ready for the tutorial.