This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paddy McCarthy
Recipients Paddy McCarthy, docs@python
Date 2015-03-18.00:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426637882.4.0.0938827316057.issue23695@psf.upfronthosting.co.za>
In-reply-to
Content
In the zip section of the documentation, e.g. https://docs.python.org/3/library/functions.html#zip There is mention of an idiom for clustering a data series into n-length groups that I seem to only come across when people are explaining how it works on blog entries such as the three mentioned here: http://www.reddit.com/r/programming/comments/2z4rv4/a_function_for_partitioning_python_arrays/cpfvwun?context=3

It is not a straight-forward bit of code and so I think it should either be explained in more detail in the documentation or removed as an idiom, or I guess it could be encapsulated in a function and added to the stdlib.
History
Date User Action Args
2015-03-18 00:18:02Paddy McCarthysetrecipients: + Paddy McCarthy, docs@python
2015-03-18 00:18:02Paddy McCarthysetmessageid: <1426637882.4.0.0938827316057.issue23695@psf.upfronthosting.co.za>
2015-03-18 00:18:02Paddy McCarthylinkissue23695 messages
2015-03-18 00:18:02Paddy McCarthycreate