This module will teach you about Python's dictionary data type and its capabilities. Dictionaries are used to map keys to values within programs.
Tabular Data and Nested Data Structures
This module will teach you about storing tabular data within Python programs using lists and dictionaries.
Tabular Data and CSV Files
This module will teach you the basics of CSV files and how to read them from Python programs. We will discuss the use of Python's csv module to help you access tabular data in CSV files.
Organizing Data
This module will teach you how to sort data in Python. You will organize and analyze tabular data.