dictionaries in Python part 2

Опубликовано: 09 Июнь 2025
на канале: edRevolution Tech
25
0

Here we will learn to create dictionaries, update dictionaries, merge and delete dictionaries in Python.

00:00 Summary
00:45 create dictionaries with dict
01:45 create a dictionary from an iterable
04:28 zip
10:00 update dictionaries
13:46 merge dictionaries
16:50 pop & pop_item