Published onJuly 6, 2024Exploring trade-offs of dynamic vs static typingpythonstaticprototype-patternEvery new programming language has either a type system or has a type spec to support compile time checks.
Published onFebruary 18, 2024Python Logger Gotchapythonloggerprototype-patternPython logger using the prototype pattern