add more-itertools

> In `more-itertools` we collect additional building blocks, recipes, and routines for working with iterables.
This commit is contained in:
Pierre-Clément Tosi 2020-02-07 21:41:57 +00:00 committed by GitHub
parent eb46fb3ed4
commit d6b358ea97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Python implementation of algorithms and design patterns.*
* [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.
* [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.