mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-14 15:21:42 +08:00
Fix alphabetical order in Computer Vision section
This commit is contained in:
parent
5f2655e517
commit
82455f3d1b
@ -559,11 +559,11 @@ _Functional Programming with Python._
|
||||
|
||||
- [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.
|
||||
- [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.
|
||||
- [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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user