Python 3.8 was released in mid-October, but if you look at my recommendation for a base image for Docker it still talks about Python 3.7. And in fact, switching to Python 3.8 immediately can cause you problems. Wondering when to switch your application? H… Read more
Similar
Py-DNS-over-HTTPS-Proxy - Provides a simple Python based proxy for running DNS over HTTPS to Google's DNS over HTTPS service. (more…)
Read more »
I think that went well! Head over to github to see some of the code involved.https://github.com/standupmaths/xmastree2020This is the original video:https://w... (more…)
Read more »
Recently I ran across a Python program we're interested in, and discovered
that it required prometheus-client. Normally this would
mean creating a virtual environment and installing the module into
it, possibly along with the program (although you don't h... (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 »