References ========== - `Underscore.js `__: A similar library for JavaScript - `Enumerable `__: A similar library for Ruby - `Clojure `__: A functional language whose standard library has several counterparts in ``toolz`` - `itertools `__: The Python standard library for iterator tools - `functools `__: The Python standard library for function tools - `Functional Programming HOWTO `__: The description of functional programming features from the official Python docs. Contemporary Projects --------------------- These projects also provide iterator and functional utilities within Python. Their functionality overlaps substantially with that of PyToolz. - `funcy `__ - `fn.py `__ - `more\_itertools `__