Boston Python Workshop/Friday handout: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Lsblakk
Line 20:
* On Windows, you might use NotePad. To start NotePad: click Start, point to Programs, point to Accessories, and then click Notepad.
* 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. or you can start it from a terminal with:
gedit
 
== How to get to a Python prompt ==