It’s Day 28 and we’ll focus on one of the most useful modules in Python’s standard library.
The collections Module
00:00 If you ask Python programmers what their favorite modules from the Standard Library are, you’ll often get two modules that come up often as the top two, three, or four modules people mentioned.
00:12
One of them is itertools
, which we’ve already covered earlier in the course. The other one is the collections
module, which you’ll cover today.
00:21
And the collections
module includes a number of data types, so beyond the core data types like lists, tuples, and sets, which we’ve already seen.
00:31
The collections
module includes some other data types, data structures that can be useful in various situations. We’ll explore some of them today.
You must own this product to join the conversation.