Boston Python Workshop 3/Friday: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 27: Line 27:
We'll do a lot of learning and practicing at a Python prompt (this is "interactive" because you are typing the code and hitting enter to run it yourself, instead of running it from a file). So let's practice starting and exiting Python:
We'll do a lot of learning and practicing at a Python prompt (this is "interactive" because you are typing the code and hitting enter to run it yourself, instead of running it from a file). So let's practice starting and exiting Python:


* [[Boston Python workshop 2/Friday setup/Interactive Python on Windows|Windows]]
* [[Boston Python Workshop 3/Friday/Windows interactive Python|Windows]]
* [[Boston Python workshop 2/Friday setup/Interactive Python on OSX|OS X]]
* [[Boston Python Workshop 3/Friday/OSX interactive Python|OS X]]
* [[Boston Python workshop 2/Friday setup/Interactive Python on Linux|Linux]]
* [[Boston Python Workshop 3/Friday/Linux interactive Python|Linux]]


== Goal #4: practice navigating the computer from a command prompt ==
== Goal #4: practice navigating the computer from a command prompt ==