Boston Python workshop 2/Saturday projects: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 20:
<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>
Anonymous user