Boston Python Workshop 3/Friday: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
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 2/Friday setup/Python scripts on Windows|Windows]]
* [[Boston Python workshop 3/Friday/Windows Python scripts|Windows]]
* [[Boston Python workshop 2/Friday setup/Python scripts on OSX|OS X]]
* [[Boston Python workshop 3/Friday/OSX Python scripts|OS X]]
* [[Boston Python workshop 2/Friday setup/Python scripts on Linux|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 ==
Line 56: Line 56:
It's time to start learning, reading, and writing some Python! Tonight, you'll work through a self-directed tutorial. Saturday morning, we'll have an interactive lecture to cover more Python basics.
It's time to start learning, reading, and writing some Python! Tonight, you'll work through a self-directed tutorial. Saturday morning, we'll have an interactive lecture to cover more Python basics.


[[Boston Python workshop 2/Friday tutorial| Click here to start working through the tutorial]]
[[Boston Python workshop 3/Friday/Tutorial| Click here to start working through the tutorial]]


== Goal #8: Checkoff ==
== Goal #8: Checkoff ==