Python, Kubernetes and CPU pinning – 3 minute primer

Solving issue with performance of an AI project in k8s cluster, I faced with interesting workaround for Python & k8s/docker architecture… Read more

Similar

Why Python [1999] by ESR

My first look at Python was an accident, and I didn't much like what I saw at the time. It was early 1997, and Mark Lutz's book Programming Python from O'Reilly & Associates had recently come out. (more…)

Read more »

Python decorators make composability easier

The last couple of posts have been about 49travel and the way I built it. This week I am going to be talking about decorators for a bit. It seems very disconnected from the last posts, but I started reflecting on this while writing some Python for 49trav... (more…)

Read more »