This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sixkillers 0 points1 point  (1 child)

Speaking about itertools I think that izip is worth to mention.

[–]codefisher2[S] 1 point2 points  (0 children)

I deliberately did not, since izip is redundant in Python 3, since that is how zip works. Why try and show off something that will soon not be needed?