Boston Python Workshop 5/Friday/Windows project dependencies: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
No edit summary
Line 142:
We've written some skeleton code for the Twitter 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:
# Create a new folder called Twitter on your Desktop
# Save* http://web.mit.edu/jesstess/www/BostonPythonWorkshop5/Twitter/twitter_api.py to the Twitter folder.zip
#Find Twitter.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called Twitter containing several files.
# Save http://mit.edu/jesstess/www/BostonPythonWorkshop5/Twitter/util.py to the Twitter folder.
# Save http://mit.edu/jesstess/www/BostonPythonWorkshop5/Twitter/twitter_functions.py to the Twitter folder.
 
===Test the Twitter code===
 
Start a command prompt and navigate to the Desktop/\Twitter directory where the Twitter code lives. For example, if the Twitter project is at <code>C:\Users\jesstess\Desktop\Twitter</code>,
 
<pre>