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

From OpenHatch wiki
Content added Content deleted
imported>Ehashman
imported>Ehashman
No edit summary
 
Line 1: Line 1:
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.
Welcome to the Saturday afternoon projects section of the [[Python Workshops for Beginners]]! After lunch, we'll break out into groups to practice Python through short projects on two fun and practical topics.


=== Wordplay ===
=== Wordplay ===

Latest revision as of 03:52, 27 September 2014

Welcome to the Saturday afternoon projects section of the Python Workshops for Beginners! 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.


Shakespeare

Shakespeare: How many times does the word 'love' appear in Shakespeare's plays? Is it possible to find negative passages using a list of keywords? We'll use Python to practice our skills and answer questions like these.

Instructors

Project instructor outlines