1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Welcome to funcy documentation!
=================================
Funcy is designed to be a layer of functional tools over python.
Special topics:
.. toctree::
:maxdepth: 1
overview
cheatsheet
extended_fns
Contents:
.. toctree::
:maxdepth: 1
seqs
colls
funcs
decorators
flow
strings
calc
types
objects
debug
primitives
Essays:
- `Why Every Language Needs Its Underscore <https://suor.github.io/blog/2014/06/22/why-every-language-needs-its-underscore/>`_
- `Functional Python Made Easy <https://suor.github.io/blog/2013/10/13/functional-python-made-easy/>`_
- `Abstracting Control Flow <https://suor.github.io/blog/2013/10/08/abstracting-control-flow/>`_
- `Painless Decorators <https://suor.github.io/blog/2013/11/03/painless-decorators/>`_
You can also `look at the code <https://github.com/Suor/funcy>`_ or `create an issue <https://github.com/Suor/funcy/issues?state=open>`_.
|