Chicago Python Workshop/Setup/OSX Python scripts: Difference between revisions

no edit summary
imported>Codersquid
(Created page with "We are going to practice writing and running Python scripts. ===Start your text editor=== # Launch the Smultron text editor. See the [[Chicago Python Workshop 1/Friday/OSX t...")
 
imported>Codersquid
No edit summary
Line 3:
===Start your text editor===
 
# Launch the Smultron text editor. See the [[Chicago Python Workshop 1/FridaySetup/OSX text editor|OS X text editor setup]] instructions for the steps to do this.
# Start a new, blank text file.
 
Line 18:
===Run the script===
 
# Start a command prompt. See the [[Chicago Python Workshop 1/FridaySetup/OSX terminal navigation|terminal navigation on OS X]] instructions for the steps to do this. Recall that a terminal prompt will look like <code>jesstess$</code> and a Python prompt will look like <code>>>></code>. Make sure you are at a terminal prompt and not a Python prompt; if you are at a Python prompt, you can type <code>exit()</code> on a line by itself and then hit enter to exit Python and return to a terminal prompt.
# Navigate to your home directory from a command prompt, using the <code>ls</code>, <code>pwd</code>, and <code>cd</code> commands. See the [[Chicago Python Workshop 1/FridaySetup/OSX terminal navigation|terminal navigation on OS X]] instructions for a refresher on using these commands. Don't hesitate to get help from a staff member on this step if you need it -- it's a new way of navigating your computer, so it may be unintuitive at first!
# Once you are in your home directory, you'll see <code>hello.py</code> in the output of <code>ls</code>.
# Type
Anonymous user