[Python-ideas] Add a module itertools.recipes

Lucas Wiman lucas.wiman at gmail.com
Fri Oct 13 20:26:09 EDT 2017


On Fri, Oct 13, 2017 at 11:35 AM, Chris Angelico <rosuav at gmail.com> wrote:

> On Sat, Oct 14, 2017 at 5:16 AM, Antoine Rozo <antoine.rozo at gmail.com>
> wrote:
> [...]

> Can we consider making itertools a package and adding a module
> > itertools.recipes that implements all these utilility functions?
>
> Check out more-itertools on PyPI - maybe that's what you want?
>

toolz is another good collection of itertools-related recipes:
http://toolz.readthedocs.io/en/latest/api.html

- Lucas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20171013/d4ffc783/attachment.html>


More information about the Python-ideas mailing list