Dictionaries

Dictionaries#

Learning Objectives#

After working through this topic, you should be able to:

  • Assign flat and nested dictionaries in Python

  • Access elements in flat and nested dictionaries

  • Update or insert elements in dictionaries

  • Explain some benefits of labeled data structures

Materials#

Video:

Download the slides.

See the documentation of dictionaries in the Python standard library.

Quiz#