News

This post explains how to add to a dictionary in Python, create new dictionaries, and more. Powerful data manipulation is now within your grasp!
That loop is creating a load of empty dictionaries, then your second loop is overwriting those dictionaries with new ones that have your desired data already contained within.
This post explains how to create a list in Python, but also examines when to use them. When is a list better than a dictionary?