Explore >> Select a destination


You are here

pythonspeed.com
| | blog.fredrb.com
10.9 parsecs away

Travel
| | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.
| | www.joeltok.com
10.3 parsecs away

Travel
| | Python dependency management for reproducibility, using built-in libraries.
| | adamj.eu
11.7 parsecs away

Travel
| | Most projects I work on use Python, good ol' Pip, and pip-tools. Below is a pattern I've used to speed up the GitHub Actions workflow runs on several such projects. On larger projects with many dependencies, it can save tens of seconds per run.
| | www.buildahomelab.com
67.3 parsecs away

Travel
| How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning.