Lesson 20: Dictionaries: Storing Information in Key-Value Pairs
Why can a contact card find “email” instantly, while a list may make you remember which position holds it? Python dictionaries solve this problem by linking meaningful labels to information. This section explains dictionaries as mappings and shows why a key is not the same thing as a list index.
