Boston Python Workshop 3/Friday: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
No edit summary
Line 42: Line 42:
Interactive Python programming at a Python prompt is great for short pieces of code and for testing ideas. For longer code, it can be easier to save the code in a file, and execute the contents of that file (aka a Python script). In this section, we'll practice running Python scripts.
Interactive Python programming at a Python prompt is great for short pieces of code and for testing ideas. For longer code, it can be easier to save the code in a file, and execute the contents of that file (aka a Python script). In this section, we'll practice running Python scripts.


* [[Boston Python workshop 3/Friday/Windows Python scripts|Windows]]
* [[Boston Python Workshop 3/Friday/Windows Python scripts|Windows]]
* [[Boston Python workshop 3/Friday/OSX Python scripts|OS X]]
* [[Boston Python Workshop 3/Friday/OSX Python scripts|OS X]]
* [[Boston Python workshop 3/Friday/Linux Python scripts|Linux]]
* [[Boston Python Workshop 3/Friday/Linux Python scripts|Linux]]


== Goal #6: get dependencies installed for the Saturday projects ==
== Goal #6: get dependencies installed for the Saturday projects ==