mirror of
https://github.com/vinta/awesome-python.git
synced 2026-02-06 03:03:53 +08:00
Merge pull request #2895 from NinjaOfNeurons/add-stdlib-functools
Add stdlib functools
This commit is contained in:
@@ -561,6 +561,7 @@ _Functional Programming with Python._
|
|||||||
|
|
||||||
- [coconut](https://github.com/evhub/coconut) - A variant of Python built for simple, elegant, Pythonic functional programming.
|
- [coconut](https://github.com/evhub/coconut) - A variant of Python built for simple, elegant, Pythonic functional programming.
|
||||||
- [cytoolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of `Toolz`: High performance functional utilities.
|
- [cytoolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of `Toolz`: High performance functional utilities.
|
||||||
|
- [functools](https://docs.python.org/3/library/functools.html) - (Python standard library) Higher-order functions and operations on callable objects.
|
||||||
- [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
|
- [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
|
||||||
- [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`.
|
- [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`.
|
||||||
- [returns](https://github.com/dry-python/returns) - A set of type-safe monads, transformers, and composition utilities.
|
- [returns](https://github.com/dry-python/returns) - A set of type-safe monads, transformers, and composition utilities.
|
||||||
|
|||||||
Reference in New Issue
Block a user