You are here |
www.joeltok.com | ||
| | | |
dhariri.com
|
|
| | | | The website of David Hariri, a software developer, designer, and entrepreneur. | |
| | | |
www.cybershu.eu
|
|
| | | | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan... | |
| | | |
janakiev.com
|
|
| | | | Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing. | |
| | | |
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. |