Boston Python workshop 2/Saturday projects: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 16: Line 16:
<td>
<td>
[[File:Jeopardy.jpg|100px]]<br />
[[File:Jeopardy.jpg|100px]]<br />
<center><b>Jeopardy</b></center>
<center><b>Databases</b></center>
</td>
</td>
<td>
<td>
Line 47: Line 47:
<td>
<td>
Complete and customize text-based games like mad libs and hangman while practicing writing Python that interacts with a user.
Complete and customize text-based games like mad libs and hangman while practicing writing Python that interacts with a user.
</td>
</tr>
<tr>
<td>
[[File:Colorwall_matrix.png|100px]]<br />
<center><b>Graphical effects</b></center>
</td>
<td>
Program graphical effects for a ColorWall using the <tt>Tkinter</tt> GUI toolkit. See the ColorWall in action [http://vimeo.com/16522975 here].
</td>
</td>
</tr>
</tr>

Revision as of 18:02, 24 April 2011

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.

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.


Databases

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.


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.


Graphing

Explore the capabilities of the popular matplotlib graphing library. Chart a frequency analysis of the US Constitution, plot the world population over time, and more. Python and its graphing and math modules are a powerful alternative to spreadsheet programs like Excel.


Games

Complete and customize text-based games like mad libs and hangman while practicing writing Python that interacts with a user.


Graphical effects

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