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 wins the 2023 NEC C&C Prize

The NEC C&C Foundation today announced that the 2023 C&C Prize will be awarded to two groups for their contributions to creating a superconducting qubit first and developing quantum information technologies, and to developing the Python programmin... (more…)

Read more »

Automate Boring Stuff with Python

Are you doing a repetitive task that feels like it could be automated? I was. Every day for the past year I’d been importing new users for an app into MailChimp by hand. No more! Now that I’ve learned how to code I’ve handed that task over to Python and C... (more…)

Read more »

Python’s Mock.patch in JavaScript

JSPatch is a library inspired by [mock.patch](https://docs.python.org/3/library/unittest.mock.html#patch) from python. It leverages Jest code transformations in order to modify files under test so that we can dynamically patch arbitrary identifiers.. Late... (more…)

Read more »