Complete Introduction to Dictionaries in Python | Python Tutorial Ep5

3 years ago
7

Welcome to data structures part 3, dictionaries! We learn how to create a dictionary, then how to add, remove, modify key value pairs, and some other useful methods.

Next week we will be entering Python script mode.

0:00 - Intro
0:20 - What is a dictionary?
0:31 - How to create a dictionary
0:45 - Add items
1:20 - Remove items
2:01 - Modify items
2:27 - Access items and .get()
3:15 - .keys(), .values(), .items()

Loading comments...