mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 15:27:01 +00:00
refine Algorithms and Design Patterns
This commit is contained in:
parent
c5e77ef595
commit
87b3ffcfe2
17
README.md
17
README.md
|
@ -117,14 +117,17 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
|
|
||||||
## Algorithms and Design Patterns
|
## Algorithms and Design Patterns
|
||||||
|
|
||||||
*Python implementation of algorithms and design patterns.*
|
*Python implementation of data structures, algorithms and design patterns.*
|
||||||
|
|
||||||
* [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms in Python.
|
* Algorithms
|
||||||
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
|
* [TheAlgorithms](https://github.com/TheAlgorithms/Python) - All Algorithms implemented in Python.
|
||||||
* [python-ds](https://github.com/prabhupant/python-ds) - Clean and simple collection of data structure and algorithms in Python for coding interviews.
|
* [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms.
|
||||||
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
* [python-ds](https://github.com/prabhupant/python-ds) - A collection of data structure and algorithms for coding interviews.
|
||||||
* [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 and pure-Python implementation of sorted collections.
|
||||||
* [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation in Python.
|
* Design Patterns
|
||||||
|
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
|
||||||
|
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
|
||||||
|
* [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation.
|
||||||
|
|
||||||
## ASGI Servers
|
## ASGI Servers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user