mirror of
https://github.com/vinta/awesome-python.git
synced 2025-03-15 18:19:48 +00:00
refine
This commit is contained in:
parent
bc30375e7d
commit
c15f7fada3
10
README.md
10
README.md
@ -120,11 +120,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||||||
*Python implementation of algorithms and design patterns.*
|
*Python implementation of algorithms and design patterns.*
|
||||||
|
|
||||||
* [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms in Python.
|
* [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms in Python.
|
||||||
* [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`.
|
|
||||||
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
|
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
|
||||||
|
* [python-ds](https://github.com/prabhupant/python-ds) - Clean and simple collection of data structure and algorithms in Python for coding interviews.
|
||||||
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
||||||
* [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
|
* [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
|
||||||
* [python-ds](https://github.com/prabhupant/python-ds) - Clean and simple collection of data structure and algorithms in Python for coding interviews.
|
|
||||||
* [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation in Python.
|
* [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation in Python.
|
||||||
|
|
||||||
## ASGI Servers
|
## ASGI Servers
|
||||||
@ -616,12 +615,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||||||
|
|
||||||
*Functional Programming with Python.*
|
*Functional Programming with Python.*
|
||||||
|
|
||||||
* [Coconut](http://coconut-lang.org/) - Coconut is 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.
|
|
||||||
* [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
|
* [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
|
||||||
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
|
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
|
||||||
* [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
|
* [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, tranformers, and composition utilities.
|
* [returns](https://github.com/dry-python/returns) - A set of type-safe monads, tranformers, and composition utilities.
|
||||||
|
* [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
|
||||||
|
* [CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of `Toolz`: High performance functional utilities.
|
||||||
|
|
||||||
## GUI Development
|
## GUI Development
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user