Community Data Science Workshops (Fall 2014)/November 7th Windows projects download: Difference between revisions

→‎Test the Shakespeare code: getting rid of colorwall
imported>Ben zen
(Moved State Capitals section to after the Shakespeare section.)
imported>Fhocutt
(→‎Test the Shakespeare code: getting rid of colorwall)
Line 55:
will show you the source code files in that directory. One of the files is "run.py", which has a ".py" extension indicating that it is a Python script. Type:
 
python runshakespeare1.py
 
at the command prompt to execute the runshakespeare1.py Python script. YouIt should seeoutput atext; windowif popit updoes and start cycling through colorful effects. If you don'tnot, let a staff member know.
 
Now type:
 
python run.py -a -s
 
at the command prompt to execute the run.py Python script so that it runs only the advanced effects. You should see a window pop up and start cycling through different colorful effects. If you don't, let a staff member know.
 
You can also run both sets of effects by typing:
 
python run.py -a
 
===Success!===
Anonymous user