Baby Names: Difference between revisions

no edit summary
imported>Mako
(Created page with "== Baby Names == 350px Baby Names: How many babies were born last year with your name? Are a wi...")
 
imported>Mako
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
{{CDSW Moved}}
 
== Baby Names ==
 
Line 8 ⟶ 10:
 
Set the Friday setup page and the section on installing projects in the tutorial for informatoin on getting set up.
 
== Handout ==
 
* [[Baby Names handout]] - something like the [[Wordplay handout]] would be nice!
 
== Goals ==
 
* Have fun exploring real data on baby names in the US
* Practice manipulating and searching strings
* Practice using dictionaries
* Practice using numbers and doing simple arithmatic
 
== Ideas for exercises ==
 
# Search for your own name. Are there both boys and girls that have your name? Is it more popular for one group than for the other?
# Are there more boys names or girls names? What about for particular letters? What about for ''every'' letter?
# What is the longest name in the dataset?
# How many boys and girls are described in the dataset (i.e., how many boys and girls born in 2013 have names given to at least four others)?
# How many boys names are also girls names? How many girls names are also boys names?
# How many names are subsets of other names?
# Write a program that will take a name as input and return the number of girls and boys with that name.
# What is the most popular girls name that is also a boys name?
# Take a prefix as input and print the number of boys and girls with that prefix. (i.e., "m" would list babies whose names start with "m" and "ma" would list babies whose names start with "ma", etc).
Anonymous user