Hacker News new | ask | show | jobs
by meowface 2374 days ago
For Python developers: this exists as collections.Counter.
1 comments

I stumbled across collections.Counter during last year's Advent of Code, and promptly kicked myself for the number of times I'd implmeented that by hand.