Hacker News new | ask | show | jobs
by gcbirzan 199 days ago
There's also itertools.groupby, maybe not much shorter (need to define the keyfunc, sort, then iterate), but it does make the intent obvious.