O'Reilly Introduction to Python/Section 1: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 17: Line 17:
If you already have a preferred text editor, you can use it instead, but note that word processors like Microsoft Word and Notepad will not work.
If you already have a preferred text editor, you can use it instead, but note that word processors like Microsoft Word and Notepad will not work.


* [[Skillshare intro to Python/Unit 1/Windows text editor|Windows]]
* [[O'Reilly Introduction to Python/Section 1/Windows text editor|Windows]]
* [[Skillshare intro to Python/Unit 1/OSX text editor|OS X]]
* [[O'Reilly Introduction to Python/Section 1/OSX text editor|OS X]]
* [[Skillshare intro to Python/Unit 1/Linux text editor|Linux]]
* [[O'Reilly Introduction to Python/Section 1/Linux text editor|Linux]]


==Success!==
==Success!==

Revision as of 18:15, 6 April 2014

Goal #1: set up Python

(Estimated completion time: 2 - 10 minutes)

First things first: we need to install Python! Please complete the instructions below for your operating system.

Goal #2: install a text editor

(Estimated completion time: 2 - 10 minutes)

In addition to being able to run Python, we are going to install a good text editor for writing Python code.

If you already have a preferred text editor, you can use it instead, but note that word processors like Microsoft Word and Notepad will not work.

Success!

You've set up your programming environment and gotten comfortable with Python!