Python Dictionary Anthology
data structures in Python, Part 1 - Python dictionary. dictionary collections in Python: such as OrderedDict, defaultdict, ChainMap, MappingProxyType... (more…)
Read more »
This module implements a number of iterator building blocks inspired
by constructs from APL, Haskell, and SML. Each has been recast in a form
suitable for Python. Read more