Editing Intro to Programming and Data Science (Summer 2020)/Day 5 Coding Challenges

From CommunityData

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Python for Everybody ==
== Python for Everybody ==


Chapter 9:
* Chapter 9: Exercises 2, 3, 4*, 5*
* Exercise 2: Naomi
* Chapter 10: Exercises 1, 2, 3*
* Exercise 3: Ji-young
* Exercises 4-5*
Chapter 10:  
* Exercise 1: Tiwalade
* Exercise 2: Nate
* Exercise 3*




Line 18: Line 12:


# 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?
# 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?
#* Carly
# What is the most common name for each gender?  
# What is the most common name for each gender?
#* Jessie
# What is the least common name?  
# What is the least common name?  
#* Vanessa
# How often does the least common name occur? (Does that concern you?)
# How often does the least common name occur? (Does that concern you?)
#* Tamara
# Are there more boys names or girls names?  
# Are there more boys names or girls names?  
# What is the longest name in the dataset?
# What is the longest name in the dataset?
# How many boys and girls names are described in the dataset (i.e., how unique boy names and unique girl names are there)?
# How many boys and girls names are described in the dataset (i.e., how unique boy names and unique girl names are there)?
# How many boys names are also girls names? How many girls names are also boys names?
# How many boys names are also girls names? How many girls names are also boys names?
#* Zhaozhe
# What is the most popular girl name that is also a boy name?
# What is the most popular girl name that is also a boy name?
#* Yihan


=== Above and beyond ===
=== Above and beyond ===


# Write a function that takes a prefix as input and prints the number of boys and girls with that prefix (e.g., get_names("m") would list all names that start with "m" and get_names("ma") would only list those that start with "ma").
# Write a function that takes a prefix as input and prints the number of boys and girls with that prefix (e.g., get_names("m") would list all names that start with "m" and get_names("ma") would only list those that start with "ma").
#* Jeremy
# Plot (in Excel) the number of people who share a name with n other people in the data set, where n is 4 to 19.
# Plot (in Excel) the number of people who share a name with n other people in the data set, where n is 4 to 19.
# Reuse and modify the code at the end of [https://raw.githubusercontent.com/jdfoote/Intro-to-Programming-and-Data-Science/master/summer-2020//week_5_exercises.ipynb today's notebook] so that it prints a dictionary of the total population of cities that start with each letter of the alphabet.
# Reuse and modify the code at the end of [https://raw.githubusercontent.com/jdfoote/Intro-to-Programming-and-Data-Science/master/summer-2020//week_5_exercises.ipynb today's notebook] so that it prints a dictionary of the total population of cities that start with each letter of the alphabet.
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)