Chicago Python Workshop/Projects/Twitter: Difference between revisions

→‎1. Read through and understand search: changed the sentence about passing options since that was inconsistent with how we had explained past before in class.
imported>Codersquid
(→‎1. Read through and understand search: added explicit instructions on opening a command prompt to navigate to the directory with the source code.)
imported>Codersquid
(→‎1. Read through and understand search: changed the sentence about passing options since that was inconsistent with how we had explained past before in class.)
 
Line 25:
# Use the text editor to read through the <code>search</code> function in <code>twitter_functions.py</code>.
# Trace through the logic in <code>twitter_api.py</code> that turns the <code>--search</code> command line option into a call to <code>search</code>.
# Find <code>GetSearch</code> in the Twitter library code at http://code.google.com/p/python-twitter/source/browse/twitter.py. What other options could we have passedused towith <code>GetSearch</code>?
 
<b>Check your understanding</b>: What does <code>api.GetSearch</code> return?
Anonymous user