Hacker News new | ask | show | jobs
by hiAndrewQuinn 754 days ago
itertools is a gem and has been since the 2.7 days. Glad to see people waking up to its powerful abstractions.
2 comments

itertools (iterators) and collections (data structures) are both underrated modules in stdlib.
And are both written by Raymond Hettinger
itertools and more-itertools are two different libs