Think in Tables
Learn to model tabular data with lists of dictionaries.
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.
This structure helps us model real-world tables in code.
List of people as a table
Get hands-on with 1400+ tech skills courses.