Lists - ordered and changeable, allows duplicates.
Dictionaries - unordered, changeable, indexed, no duplicates.
Tuples - ordered and unchangeable, allows duplicates.
10. Lists
11. Dictionaries
12. Tuples
Lists
Dictionaries
Tuples
Python Lists
Python Arrays
Python List/Array Methods
Python Dictionaries
Python Dictionary Methods
Python Tuples
Python Tuple Methods
Learn to Program 6 : Lists (30:15)
Code and Transcript
Learn to Program 7 : Recursive Functions Dictionaries (21:24)