Yes, Python Is Slow, and I Don’t Care
A rant on sacrificing performance for productivity. (more…)
Read more »When you’re choosing a base image for your Docker image, Alpine Linux is often recommended. Using Alpine, you’re told, will make your images smaller and speed up your builds. And if you’re using Go that’s reasonable advice. But if you’re using Python, Alp… Read more