...

/

Think in Tables

Think in Tables

Learn to model tabular data with lists of dictionaries.

You’re now comfortable storing things with dictionaries. Let’s now combine dictionaries into a list, so 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

Press + to interact
...