Boosted by glyph ("Glyph"):
driscollis ("Mike Driscoll") wrote:
Have you tried out the `collections` module in #Python?
I really like it. One of my favorite parts of collections if `Counter` which gives you an easy way to take in an iterable and find the most common values within it
