Posts tagged python
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.
Dynaconf: The Python Config Silver Bullet!
- 21 July 2024
Blog Post Publish Date: 2024/07/21
This blog post outlines a brief overview of best practices for application configuration, explains the main features of Dynaconf, and provides a hands-on example of how to extend it to retrieve parameters from AWS Parameter Store.