Think in Tables
Learn to model tabular data with lists of dictionaries.
We'll cover the following...
We'll cover the following...
You’re now comfortable storing things with dictionaries. Let’s now combine dictionaries into a list so that Python can remember a whole group of things, like a list of people, books, or grades. ...