|
You are here |
rpep.dev | ||
| | | | |
pythonspeed.com
|
|
| | | | | Once you understand generic Docker multi-stage builds, here's how to implement them for Python applications, with virtualenvs or user installs. | |
| | | | |
blog.fredrb.com
|
|
| | | | | 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. | |
| | | | |
danigm.net
|
|
| | | | | [AI summary] The article explains how Python modules are managed in Linux systems, covering PYTHONPATH, package installation with pip, virtual environments, and tools like pipx and poetry for dependency management. | |
| | | | |
www.buildahomelab.com
|
|
| | | The Ansible docs cover a variety of ways to install Ansible from apt/yum installs to compiling from source. Learn to Setup ansible with virtualenv. | ||