A fun multi-lingual concurrency experiment
The other day I was writing some code for a CI pipeline that needed to fetch release notes from several different git repos and collate them into one large s...
The other day I was writing some code for a CI pipeline that needed to fetch release notes from several different git repos and collate them into one large s...
Container images are the backbone of a lot of modern workflows, especially in the age of Kubernetes and friends. Building images that are small, secure, and ...
To start off, let me admit that yes, Python is a dynamically (gradually?) typed language. However, with modern Python (3.6+, and really with 3.10+) and stati...
So it happened again, late-binding closures bit me. I once again had to discover that this was a thing so I decided to make a little post about it just in ca...
If you have stumbled across this post then you are probably coming to Python from another object oriented language that has real support for access modifiers...