Register - Login - Forgotten Password

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.

Lesson 20: Dictionaries: Storing Information in Key-Value Pairs

This lesson just one in the category Python Programming Level 1. To access this lesson you need to have a valid learner account, ask your parent to register you now.