LESSON 3
TUPLES, SETS, & DICTIONARIES
◷ 3 hours to complete
❲▹❳ 5 videos (Total 34m)
☷ 5 interactive readings
✑ 5 exercises (Total 50 questions)
Other than lists, Python has three others collections: tuples, sets, and dictionaries. Each type has a different purpose and behavior.
We will see the difference between them and see some useful methods that can be applied to them. We will also see how to combine different containers using a zip.
▸ Lesson 3 Code Summary PDF
Lesson 3 ❮ Lesson List ❮ Top Page
3.1 Tuples ❲▹❳ 7m4s
3.2 Sets ❲▹❳ 7m53s
3.3 Dictionaries ❲▹❳ 7m19s
3.4 Looping in Dictionaries ❲▹❳ 8m38s
3.5 Zip and Enumerate ❲▹❳ 9m48s
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺