Added sourcemaking to design patterns section

This commit is contained in:
Greg James 2021-10-04 00:17:46 -05:00 committed by GitHub
parent 21258213c1
commit 7c994e762d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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.
* [SourceMaking](https://sourcemaking.com/design_patterns/) - A guide to different design patterns and example implementations in a variety of languages, including python.
## ASGI Servers