Learn about Python dictionaries; how they are created, accessing, adding, removing elements from them and other functionality.
0:05 Create a dictionary from iterable, zip and dict method
1:46 Importance of uniqueness of keys
3:15 Accessing elements from a dictionary
5:16 Add/Modify a key-value pair
6:07 Remove a key-value pair