2010-03-09
List clustering
Today I will tell you about just one line of code:
zip(*[a.__iter__()]*3)
So, if you know, how it works, you can skip to the comments right now. :)
... more
Today I will tell you about just one line of code:
zip(*[a.__iter__()]*3)
So, if you know, how it works, you can skip to the comments right now. :)
... more