Boston Python workshop 2/Saturday projects

Revision as of 00:02, 24 April 2011 by imported>Jesstess (Created page with 'Welcome to the Saturday afternoon projects section of the Boston Python Workshop! After lunch, we'll break out into groups to practice Python through short projects on a variety …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Welcome to the Saturday afternoon projects section of the Boston Python Workshop! After lunch, we'll break out into groups to practice Python through short projects on a variety of fun and practical topics.

http://www.amitbhawani.com/blog/Images/T/Twitter-Icon.png

Projects

 

Twitter

Use the Twitter API to write the basic parts of a Twitter client. See what your friends are tweeting, get trending topics, search tweets, and more.

 

Jeopardy

Use Python to query a Jeopardy database. You'll get an introduction to the SQL database query language, practice manipulating and printing data in Python, and write the basic parts of a home Jeopardy game.