Wordplay: Difference between revisions

update page
imported>Jesstess
m (Protected "Wordplay" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
imported>Mako
(update page)
Line 1:
[[File:Crossword.png|200px]]
 
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 page and the section on installing dependencies for information on information on getting setup.
See the [http://openhatch.org/wiki/Boston_Python_Workshop_3/Friday Friday setup instructions].
 
==Handout==
 
[[Wordplay handout]]: goals and cheat sheet.
 
==Goals==
Line 11 ⟶ 17:
* Get experience with regular expressions.
 
==SuggestedIdeas for exercises==
 
* Find and print the words that start with "ee".
Line 19 ⟶ 25:
* Find and print the words that have all 5 vowels in alphabetical order.
* Look for other interesting properties of English words in http://en.wikipedia.org/wiki/English_words_with_uncommon_properties and write code to find the words that have these properties.
 
[[Boston Python workshop 2/Saturday projects|« Back to the Saturday project page]]
Anonymous user