Training
Module
Manage data with Python dictionaries - Training
Most programs need to work with data more complex than strings or numbers. Python dictionaries allow you to create data types to model more complex information and relationships. This module explores how to create and utilize dictionaries in Python.