Boston Python Workshop 3/Friday: Difference between revisions

m
Reverted edits by 109.236.87.11 (Talk) to last revision by 207.59.107.2
imported>Paulproteus
m (Reverted edits by 109.236.87.11 (Talk) to last revision by 207.59.107.2)
Line 54:
[[Boston Python Workshop 3/Friday/Tutorial| Work through the tutorial]]
 
== Goal #8: Checkoff ==
Last one to utilize this is a rteotn egg!
 
Tell a staff member that you are ready to be checked off. Together you will go through the following check-off steps:
 
<ol>
<li>
Start a command prompt, and from that command prompt start Python. Then quit Python.
</li>
<li>
Create a new Python file (with a .py extension). In that file, type
 
<pre>
print "Hello World"
</pre>
 
and save the file. From a command prompt, navigate to and execute that Python script.
</li>
<li>
To test the ColorWall installation: navigate to the ColorWall directory and run <code>run.py</code>:
 
<pre>
python run.py -a
</pre>
</li>
<li>
To test the Wordplay installation: navigate to the Wordplay directory and run <code>words1.py</code>:
 
<pre>
python words1.py
</pre>
</li>
<li>To test the Twitter installlation, navigate to the Twitter directory and run <code>twitter_api.py</code>:
 
<pre>
python twitter_api.py --search=python
</pre>
</li>
</ol>
 
==Congratulations!==
Anonymous user