Be empowered to solve any problem with our python resources and training. Get started with our free guide.
Resources
Unlock new capabilities in your programming skills by downloading our resources.
Technical Coaching
Transform your team.
See how they deliver ideas faster with fewer bugs.
With over 15 years of Python experience, there’s so much that I’ve learned the hard way. I want to help you and your team to enjoy Python, grow more skills, and be empowered to make a difference.
April 25, 2025
This is the second entry in a five-part series about event sourcing:
April 24, 2025
I see a lot of articles suggesting you use enums by mostly restating the Python documentation. Unfortunately, I feel this leaves readers without crutial practical advice, which I'd like to pass on here.
This is especially true since most of …
April 24, 2025
Every now and then I'm writing code deep in some Python project, and I realize that it would be nice to generate a file at the root of a project.
The following is the way I'm currently finding the root …