Tag: Collection
All the articles with the tag "Collection".
-
Get more with collections!
1 min readIn addition to Python's built-in data structures (such as `tuple`s, `dict`s, and `list`s), a library module called `collections` provides data structures with additional features, some of which are specializations of the built-in ones