I've ended up using the same style of makefile for multiple Python projects, so I've decided to create a repository with a template. The idea is to have a makefile that can be easily copied into any ...
Instead of typing these commands manually every time, we can use a Makefile to automate the project workflow. A Makefile works like a project command center. We define tasks as targets, and then run ...
I hate the feeling of settling down. Just because something works does not necessarily mean it cannot be improved. That’s exactly what I’m aiming for with this migration. Replace two tools with one ...
Docker containers for running Python applications, based on Alpine Linux with s6 for process management. The goal is to provide small and reliable containers to run Python applications (e.g. Flask web ...