Back to Resources
Official SourceOpen SourceFreeDocumentation

collections — Container datatypes

The Python documentation for the collections module provides an overview of specialized container datatypes such as namedtuple, deque, Counter, and OrderedDict. It explains their usage, methods, and performance characteristics, serving as a reference for developers working with advanced data structures in Python.

Visit Resource View on GitHub
Category
Documentation
Subcategory
Python Standard Library
By
Python Software Foundation
Quality Score
9.5/10
Date Added
3 September 2026
Technologies
Python
Tags
#Python#collections#standard library#data structures