Merge pull request #725 from tylerlaberge/master

added PyPattyrn to design patterns section.
This commit is contained in:
Vinta 2016-11-18 14:36:50 +08:00 committed by GitHub
commit cdf934d332

View File

@ -117,6 +117,7 @@ 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/nryoung/algorithms) - A module of algorithms for Python. * [algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python.
* [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. * [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.