Boston Python Workshop 6/Twitter handout: Difference between revisions

no edit summary
imported>Jesstess
(Created page with "===Twitter goals=== * practice for loops * practice using functions * practice implementing functions * see what it's like to use an API * have fun collecting data from Twitt...")
 
imported>Jesstess
No edit summary
 
(One intermediate revision by the same user not shown)
Line 47:
>>> names = ["Jessica", "Adam", "Liz"]
>>> for name in names:
... print "Hello ", + name
...
Hello Jessica
Line 135:
Given a username, this function will return a list of tweets belonging to that username.
 
 
[[Boston Python Workshop 6/Twitter|« Back to the Twitter overview page]]
 
[[Boston Python Workshop 6/Saturday projects|« Back to the Saturday Projects page]]
Anonymous user