Community Data Science Course (Spring 2015)/Day 3 Coding Challenges

From CommunityData
< Community Data Science Course (Spring 2015)
Revision as of 19:05, 13 April 2015 by Benjamin Mako Hill (talk | contribs) (Created page with "==Ideas for exercises== * Find and print the words that start with "ee". * Find and print the words that end in "mt". How about "gry"? * Find and print the longest word that...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ideas for exercises

  • Find and print the words that start with "ee".
  • Find and print the words that end in "mt". How about "gry"?
  • Find and print the longest word that has no vowels.
  • Find an print the words that contain 4 or more 'l's.
  • Find and print the words that have all 5 vowels in alphabetical order.
  • Look for other interesting properties of English words in pages like this quiz asking to find English words with unusual properties. How many can you solve with Python?