Reference: Collections¶
Quick-lookup pages. Short, dense, designed to skim. If you're here to learn the topic for the first time, start with Learn instead.
Pages in this section¶
Counteranddefaultdictreference —Counterconstruction,most_common,elements,total, and the arithmetic operators;defaultdictfactories and behaviour.dequereference — the constructor (iterable,maxlen), every method, the complexity table, and alist-versus-dequecomparison.namedtuple,OrderedDict, andChainMapreference — thenamedtuplefactory and its_-methods (_make,_asdict,_replace,_fields, defaults);OrderedDictextras (move_to_end,popitem); andChainMap(maps,new_child,parents).