Oper8 is a framework for writing kubernetes operators in python. It implements many common patterns used by large cloud applications that are reusable across many operator design patterns. - GitHub... (more…)
Read more »
Uncomplicated Observability for Python and beyond! 🪵🔥 - pydantic/logfire... (more…)
Read more »
Over time, how I develop applications in python has changed noticeably. I will
divide the topic into three sections and see how they tie into each other at
the end. (more…)
Read more »
This is a brief blog post describing my experience with automating Photoshop using Python.
I am an experienced software developer, but had never really used Photoshop before. As you can tell from my wonderful programmer art in this post ;)... (more…)
Read more »
Like Go, Python's floating point numbers support NaNs with the usual
IEEE-754 semantics, including not comparing equal to
each other. Since Python will conveniently produce them
for us, we can easily demonstrate this: (more…)
Read more »