Boston Python Workshop 6/Saturday projects: Difference between revisions

From OpenHatch wiki
Content added Content deleted
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 varie...")
 
imported>Jesstess
m (Protected "Boston Python Workshop 6/Saturday projects" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(2 intermediate revisions by the same user not shown)
Line 30: Line 30:
</tr>
</tr>
</table>
</table>

[[Boston Python Workshop 6/Saturday project instructor outlines| Project instructor outlines]]



[[Boston Python Workshop 6|&laquo; Back to the Workshop home page]]
[[Boston Python Workshop 6|&laquo; Back to the Workshop home page]]

Latest revision as of 14:17, 9 May 2012

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.


Twitter

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.


Wordplay

Wordplay: You are filling out a crossword and need a word that fits the pattern E*G****R. What are your options? How many words have all 5 vowels in order? What's the only common English word that ends in 'mt'? Use Python to answer questions like this instantly while practicing manipulating data from a file and regular expressions.


Graphical effects

ColorWall: Program graphical effects for a ColorWall using the Tkinter GUI toolkit. See the ColorWall in action here.

Project instructor outlines


« Back to the Workshop home page