Python Collections - OrderedDict

preview_player
Показать описание
#python #ordereddict #collections

This video demonstrates the usage of OrderedDict from the collections module, including some ways in which it differs from Python's built-in dictionary (dict) object.

☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:

𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:
Рекомендации по теме
Комментарии
Автор

Great hands on explanation!! Keep it coming

usmonbekravshanov
Автор

Hello, how can I make a function that gives me one of the element of the argument based on the other part of the argument? Like in this demonstration you use names and band names, what if I want to have the name of the band based on the name I recieve or send?
e.g. I send the name 'james' and the function returns 'the beatles' and this with every other element in dictionary with the same set of values.

hernandogaribaldi