How to write a great Dockerfile for Python apps: 6 ways to improve it

In the previous article, how to containerize a Python application, we created a Dockerfile and containerized our application from scratch. Read more

Similar

Python’s Pickle’s Nine Flaws

Python’s pickle module is a very convenient way to serialize and de-serialize objects. It needs no schema, and can handle arbitrary Python objects. But it has problems. This post briefly explains the problems. (more…)

Read more »