Posts in code
groupby + attrgetter: The Pythonic Way to Group Objects
- 22 June 2025
Blog Post Publish Date: 2025/07/28
This blog post explores an approach to group objects by mulitple attribute name powered by capabilities of the built-in modules itertools.groupby and operator.attrgetter module.