Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.43 KB

lesson3.md

File metadata and controls

33 lines (20 loc) · 1.43 KB

Week 4 Lesson 3

Python: Tuples & Dictionaries

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.

Time Estimate

Approximately 3 hours.

Readings

####Optional Additional Readings####

Assessment

When you have completed and worked through the above readings, please take the Week 4 Lesson 3 Assessment.