December 2015
Beginner
442 pages
10h 12m
English
When Python general purpose built-in containers (tuple, list, set, and dict) aren't enough, we can find specialized container data types in the collections module. They are:
|
Data type |
Description |
|---|---|
|
|
A factory function for creating tuple subclasses with named fields |
|
|
A |
|
|
A |
|
|
A |
|
|
A |
|
|
A |
|
|
A wrapper around dictionary objects for easier dict subclassing ... |
Read now
Unlock full access