Python Workshops for Beginners/Saturday September 27th projects: Difference between revisions

From OpenHatch wiki
imported>Mako
(Created page with "Welcome to the Saturday afternoon projects section of the Community Data Science Workshop! After lunch, we'll break out into groups to practice Python through short projec...")
 
imported>Ehashman
m (1 revision: Python Workshops for Beginners - UWaterloo)
(No difference)

Revision as of 19:37, 23 September 2014

Welcome to the Saturday afternoon projects section of the Community Data Science Workshop! After lunch, we'll break out into groups to practice Python through short projects on two fun and practical topics.

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.


Colorwall

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

Instructors

Project instructor outlines