Posts tagged python

groupby + attrgetter: The Pythonic Way to Group Objects

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.

Read more ...


Dynaconf: The Python Config Silver Bullet!

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.

Read more ...