Boston Python Workshop 3/Friday: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
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.
 
* [[Boston Python workshop 23/Friday/Windows setup/Python scripts on Windows|Windows]]
* [[Boston Python workshop 23/Friday/OSX setup/Python scripts on OSX|OS X]]
* [[Boston Python workshop 23/Friday/Linux setup/Python scripts on Linux|Linux]]
 
== Goal #6: get dependencies installed for the Saturday projects ==
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.
 
[[Boston Python workshop 23/Friday tutorial/Tutorial| Click here to start working through the tutorial]]
 
== Goal #8: Checkoff ==
Anonymous user