Python Unit 5 Resources

Key Terms

  • Dictionary

  • Default Value

  • Key

  • Update

  • Value

  • Append

  • Pop

  • Remove

5.1 Intro to Dictionaries

5.2 Dictionary Methods

5.3 Dictionaries of Lists

5.4 Dictionaries and Loops

Project 5

Essential Questions

  • How do you use dictionaries to create key-value pairs in Python?

  • How do you add, remove and append list values in a dictionary?

  • How do you use loops to traverse the key/value pairs of a dictionary?