The Curious Case of Failing Over in KubernetesNo matter what your use case or workload, when working in a distributed environment like Kubernetes, it is important to remember that…Oct 27, 20182Oct 27, 20182
A Workaround for Private Scope in Python ClassesI’ve always wondered about private variables in Python. I’m still pretty sure it’s not possible (please comment if you have more knowledge…Nov 6, 2017Nov 6, 2017
Dynamically Add a Method to a Class in PythonI often use ipython on the command line to create minimal examples of things I want to try. When I need to make things related to a class…Oct 26, 201714Oct 26, 201714