What useful types does the collections module provide?
The module provides specialized container types that extend the built-in list/dict/tuple with convenient, often more efficient alternatives for common patterns. Knowing them lets you write cleaner, faster code.
