Boston Python Workshop 5/Friday/OSX Python scripts: Difference between revisions

Content added Content deleted
imported>Jesstess3
(Created page with 'We are going to practice writing and running Python scripts. ===Start your text editor=== # Launch the Smultron text editor. See the [[Boston Python Workshop 5/Friday/OSX text …')
 
Line 14: Line 14:
</pre>
</pre>


# Save the script as <code>hello.py</code> in your home directory. The <code>.py</code> extension indicates that this file contains Python code.
# Save the script as <code>hello.py</code> in your Desktop directory. The <code>.py</code> extension indicates that this file contains Python code.


===Run the script===
===Run the script===