Organize data with collections

Beginner
Developer
Student
Visual Studio Code

Learn how to organize related data in Python using lists and dictionaries, and choose the right structure for the job.

Learning objectives

After completing this module, you're able to:

  • Store and manage ordered data using lists.
  • Store and organize labeled data using dictionaries.
  • Choose the right collection type for the data you're working with.