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#

Here is the screencast and these are the slides.

Additional Materials#

Quiz#