Boston Python Workshop 3/Friday: Difference between revisions

m
Protected "Boston Python Workshop 3/Friday" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))
imported>Jesstess
m (Protected "Boston Python Workshop 3/Friday" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(8 intermediate revisions by 7 users not shown)
Line 46:
* [[Boston Python Workshop 3/Friday/Linux Python scripts|Linux]]
 
== Goal #6: get dependencies installed for the Saturday projects ==
Weeeee, what a quick and easy sloutoin.
 
* [[Boston Python Workshop 3/Friday/Windows project dependencies|Windows]]
* [[Boston Python Workshop 3/Friday/OSX project dependencies|OS X]]
* [[Boston Python Workshop 3/Friday/Linux project dependencies|Linux]]
 
== Goal #7: start learning Python! ==
Line 54 ⟶ 58:
[[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