Serhiy Storchaka wrote: > Would not adding a recipe in the itertools documentation or the tutorial > help?
I think adding a recipe in the itertools documentation might help, but I don't know that it would be a great fit for the tutorial. It seems a bit too specific and could be a distraction from the main purpose of the tutorial, which is to get a basic understanding of the fundamentals of Python. On Mon, Dec 9, 2019 at 6:29 AM Serhiy Storchaka <[email protected]> wrote: > 09.12.19 07:41, Guido van Rossum пише: > > Nobody is going to write a blog post about 2-arg next() (there just > > isn't enough for more than a sentence or two) but people write tutorials > > about itertools all the time, since it's such a rich module. So I think > > it's likely that first() will get some exposure that way. > > Would not adding a recipe in the itertools documentation or the tutorial > help? > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/IZWPWG5QRSA3GKNDQCMU6RLWOXFTVTPZ/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/JDULZHPX3GUG5O4XTW7FJTA5GQPPPKUB/ Code of Conduct: http://python.org/psf/codeofconduct/
