Chicago Python Workshop/Chicago Python Workshop 1/Friday/Windows set up Python: Difference between revisions

m
no edit summary
imported>Codersquid
(Created page with "== Download and install Python == If you believe you already have Python installed, please let a staff member know before completing these steps. <ol> <li>Click http://pytho...")
 
imported>Aisha
mNo edit summary
Line 11:
You now have what's called a command prompt. This command prompt is another way of navigating your computer and running programs -- just textually instead of graphically. We are going to be running Python and Python scripts from this command prompt.
</li>
<li>At this <code>C:\</code> or <code>C:\Users\<username></code> prompt that appears, test your Python install by typing
 
<pre>
Anonymous user