mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-24 17:16:55 +08:00
Add functools to Functional Programming section
This commit is contained in:
@@ -563,6 +563,8 @@ _Functional Programming with Python._
|
|||||||
- [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.
|
||||||
- [toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
|
- [toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
|
||||||
|
- [functools](https://docs.python.org/3/library/functools.html) - (Python standard library) Higher-order functions and operations on callable objects.
|
||||||
|
|
||||||
|
|
||||||
## GUI Development
|
## GUI Development
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user