Add functools to Functional Programming section

This commit is contained in:
NinjaOfNeurons
2026-01-31 23:42:21 -05:00
parent 9a9bd65360
commit df021e87d5

View File

@@ -563,6 +563,8 @@ _Functional Programming with Python._
- [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.
- [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