How to Use the Python Collections Module

preview_player
Показать описание
I demonstrate some of the features of namedtuple, OrderedDict, defaultdict, Counter and deque container data types from the collections module.

00:00 Intro
00:59 namedtuple
02:57 OrderedDict
06:34 defaultdict
09:24 Counter
14:35 deque
17:25 Outtro

#python

Links:

Support me here too:

Рекомендации по теме
Комментарии
Автор

This is great, i'm watching this one day before a coding contest and i can already tell it's going to earn me some points!

ishaanpandey
Автор

Great summary! I can tell counter and deque are going to be game changers when it comes to my coding assessments. Thank you for making this video!

TheOfficialDirtyData
Автор

Very useful video as always!
ps. (might help some viewers if font size is a bit bigger)

python
Автор

That's reassuring...you're supposed to be the expert teaching the public, and you don't even cover all the standard classes in the module because you admit right off the bat that you 'only have experience' with a some?? I'll be sure to watch this until the end...or not.

siciliandragon