Index
A
- abc.ABC class
- using / Using abc.ABC before Python 3.4
- ABI
- or API, selecting between / ABI or API?
- abstract classes
- collections.abc, using / Abstract classes using collections.abc
- usage / Internal workings of the abstract classes
- custom type checks, performing / Custom type checks
- abc.ABC class, using / Using abc.ABC before Python 3.4
- Abstract Syntax Tree (AST)
- about / McCabe
- accumulate function
- about / accumulate – reduce with intermediate results
- addition
- versus generators / Addition versus generators
- advanced collections
- about / Advanced collections
- ChainMap / ChainMap – the list of dictionaries, counter – keeping track of the most occurring elements
- deque / deque – the double ended queue
- defaultdict / defaultdict – dictionary with a default value
- namedtuple / namedtuple – tuples with field names
- enum / enum – a group of constants
- OrderedDict / OrderedDict – a dictionary...