In this lesson, you will first learn about what dictionaries are, how to modify them, and what operations you can apply to them. Next, you will learn about tuples, how they differ from lists, and how to manipulate them with functions and operations.
###Objectives ###
By the end of this lesson, you will be able to:
- Know the difference between lists and dictionaries.
- Understand the key-value concept of dictionaries.
- Create your own dictionaries.
- Understand what a tuple is and how it is different from a list.
- Apply various functions and operators to a tuple.
Approximately 3 hours.
- Chapters 11-13 in Think Python.
####Optional Additional Readings####
- Chapters 2.5 and 2.7 in Dive Into Python
- Exercise 39 in Learn Python the Hard Way
- Chapters 4 and 5 in Automate the Boring Stuff with Python
When you have completed and worked through the above readings, please take the Week 4 Lesson 3 Assessment.