Added PyPattyrn to design patterns sections.

This commit is contained in:
tylerlaberge 2016-11-18 00:15:13 -05:00
parent e9ddb2d642
commit 62fadd1c0a

View File

@ -119,6 +119,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python. * [algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python.
* [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](http://www.grantjenks.com/docs/sortedcontainers/) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types. * [sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
## Anti-spam ## Anti-spam