Finding Exercises in our Repo
You can always go into the _posts/exercies directory and find the source code to exercises posts. Class notes are in _posts/elliott. Readings are in _posts/readings.
Regex Exercise solved
Dictionaries
Dictionaries are like simple mini databases. They’re great at keeping track of statistics.
Today we’ll use dictionaries of dictionaries that will let you store and retrieve multiple stats about a state. This is a core data analysis skill.