Boston Python workshop 2/Saturday projects: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Adamf
No edit summary
imported>Jesstess
No edit summary
Line 1: Line 1:
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.
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.


<table>
[[ColorWall]]
<tr>

<td>
[[Twitter]]
[[File:Twitter.png|100px]]<br />

<center><b>Twitter</b></center>
[[Wordplay]]
</td>
<td>
[[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.
</td>
</tr>
<tr>
<td>
[[File:Crossword.png|100px]]<br />
<center><b>Wordplay</b></center>
</td>
<td>
[[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 '<i>mt</i>'? Use Python to answer questions like this instantly while practicing manipulating data from a file and regular expressions.
</td>
</tr>
<tr>
<td>
[[File:Colorwall_matrix.png|100px]]<br />
<center><b>Graphical effects</b></center>
</td>
<td>
[[ColorWall]]: Program graphical effects for a ColorWall using the <tt>Tkinter</tt> GUI toolkit. See the ColorWall in action [http://vimeo.com/16522975 here].
</td>
</tr>
</table>


<!--
== Projects ==
== Projects ==


Line 65: Line 90:
</tr>
</tr>
</table>
</table>
!-->

Revision as of 18:03, 13 May 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.


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.