Python Dictionary. A bit advanced.

Опубликовано: 18 Март 2025
на канале: VitoshAcademy
101
2

Live coding video about python dictionary. With Jupyter Notebook.

creation of dictionary: 0:40
dictionary with tuple as a key: 2:25
get value with default return if it is not present from a dictionary: 3:15
get items from dictonary: 3:35
get keys from dictionary: 4:55
pop key and pop item from a dictionary: 5:21
update value in a dictionary: 6:25
create dictionaries quickly (dict.fromkeys): 7:19
defaultdict: 8:15
flexibledict: 11:37

The code in the video is present here:
https://github.com/Vitosh/Python_pers...

An article for the video is present in:
https://www.vitoshacademy.com/python-...

FlexibleDict code is from exercise 42 from the book "Python Workout":
https://manning.com/books/python-workout