Python Workshops for Beginners/September 27th OSX project dependencies: Difference between revisions

imported>Ehashman
m (1 revision: Python Workshops for Beginners - UWaterloo)
imported>Ehashman
 
(5 intermediate revisions by the same user not shown)
Line 9:
You'll be writing graphical effects for an existing ColorWall project. Download this ColorWall code and example effects so you're ready to start working with them tomorrow:
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: httphttps://makocsclub.cc/teachinguwaterloo.ca/2014~ehashman/cdswpwfb/ColorWallColourWall.zip
# The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. To do this, find ColorWall.zip on your Desktop and double-click on it. That will create a folder called ColorWall containing several files.
 
Line 50:
We've written some skeleton code for the Wordplay project already. Download this code so you're ready to start working with it tomorrow:
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: httphttps://makocsclub.cc/teachinguwaterloo.ca/2014~ehashman/cdswpwfb/Wordplay.zip
# Find Wordplay.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called Wordplay containing several files.
 
Line 77:
We'll look at an example Python script that quizzes you on state capitals during the lecture on Saturday.
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: httphttps://makocsclub.cc/teachinguwaterloo.ca/2014~ehashman/cdswpwfb/state_capitalsprovincial_capitals.py
 
==Success!==
Anonymous user