Boston Python workshop 2/Saturday projects: Difference between revisions

no edit summary
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 …')
 
imported>Jesstess
No edit summary
 
(8 intermediate revisions by 2 users not shown)
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.
 
<table>
http://www.amitbhawani.com/blog/Images/T/Twitter-Icon.png
<tr>
<td>
[[File:Twitter.png|100px]]<br />
<center><b>Twitter</b></center>
</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>
 
[[Boston Python workshop 2|&laquo; Back to the Workshop home page]]
 
 
<!--
== Projects ==
 
Line 18 ⟶ 50:
<td>
[[File:Jeopardy.jpg|100px]]<br />
<center><b>JeopardyDatabases</b></center>
</td>
<td>
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.
</td>
</tr>
<tr>
<td>
[[File:Crossword.png|100px]]<br />
<center><b>Wordplay</b></center>
</td>
<td>
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:Matplotlib.png|100px]]<br />
<center><b>Graphing</b></center>
</td>
<td>
Explore the capabilities of the popular <tt>matplotlib</tt> 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.
</td>
</tr>
<tr>
<td>
[[File:Madlibs.jpg|100px]]<br />
<center><b>Games</b></center>
</td>
<td>
Complete and customize text-based games like mad libs and hangman while practicing writing Python that interacts with users.
</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>
</tr>
</table>
!-->
Anonymous user