Boston Python Workshop/Friday handout: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Paulproteus
Line 21: Line 21:
* On OS X, you might use TextEdit. To start TextEdit: search for TextEdit from Spotlight, or navigate to Applications/TextEdit.
* On OS X, you might use TextEdit. To start TextEdit: search for TextEdit from Spotlight, or navigate to Applications/TextEdit.
* On Linux, you might use GEdit. To start GEdit: click Applications, point to Accessories, and click Text Editor.
* On Linux, you might use GEdit. To start GEdit: click Applications, point to Accessories, and click Text Editor.

== How to get to a Python prompt ==

Often in these directions, you'll need to type things at Python prompt. To get one:

* On Windows: Start -> Run -> cmd.exe
** \python27\python
* On Linux or Mac OS:
** Open a Terminal, and type 'python'


== Setting up the ColorWall ==
== Setting up the ColorWall ==