Boston Python Workshop 4/Wordplay: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Brittag
(removing spam)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
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.
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.


==Setup==
Pin my tail and call me a donkey, that relaly helped.

See the [http://openhatch.org/wiki/Boston_Python_Workshop_4/Friday Friday setup instructions].


==Handout==
==Handout==

Latest revision as of 06:19, 18 August 2013

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.

Setup

See the Friday setup instructions.

Handout

Wordplay handout: goals and cheat sheet.


« Back to the Saturday Projects page

« to the Workshop home page