Boston Python Workshop/Friday handout: Difference between revisions

removing spam
imported>Brittag
(removing spam)
 
(3 intermediate revisions by 3 users not shown)
Line 23:
gedit
 
== How to get to a Python prompt ==
It's great to read something that's both enjoyable and provides pragmatisdc solutnios.
 
Often in these directions, you'll need to type things at Python prompt. To get one:
 
* On Windows: Start -> Run -> cmd.exe
** Type this, and press enter:
** \python27\python
* On Linux or Mac OS:
** Open a Terminal, and type 'python'
 
== Intro to Programming stream: Setting up for the ColorWall ==
Anonymous user