Skip to content

Comment on Ask HN: As a Python programmer, which packages have you used more frequently?

Comments

I really like more_itertools when I have the chance to use it, it's really nice and comes with lots of handy little things.

I second more_itertools. It has many useful functions such as chunked()/ichunked(), spy(), one(), only(), unique_everseen(), and unique_justseen(). Python 3.12 is only now getting an equivalent to chunked() as itertools.batched().

Thanks for your input!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.