Baby Names: Difference between revisions

no edit summary
imported>Mako
No edit summary
imported>Mako
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
{{CDSW Moved}}
 
== Baby Names ==
 
Line 19 ⟶ 21:
* 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