What if mypy could warn you about possible problems at "compile time"? In this article I share a little trick to get mypy to fail when a value in an enumeration type is left unhandled. (more…)
Read more »
Learn how to use the OpenAI API powered by the GPT-3 engine with Python to build a Programmable SMS chatbot. (more…)
Read more »
Python and SQL: Better Together Python and SQL are complementary - we should focus on how best to integrate them rather than try to replace them! By Alex Monahan 2021-08-15 (Yes, this is the one date format to rule them all) LinkedIn Twitter @__alexmonaha... (more…)
Read more »
Solving issue with performance of an AI project in k8s cluster, I faced with interesting workaround for Python & k8s/docker architecture… (more…)
Read more »
This PEP proposes the creation of a new standard library module named profiling to organize Python’s built-in profiling tools under a single, coherent namespace. (more…)
Read more »