How to manage architecture choices (in Python and in general)
This is a problem folks new to Python have, and sometimes can't articulate that they have it. They don't know which package is the "right" o... (more…)
Read more »
Automation. It’s supposed to remove work. So, why not help it along? Truth be told, automating even simple tasks robustly takes time and a lot of dependency management which can become very complex. Nevertheless, it can be very rewarding to automate some … Read more