Explore >> Select a destination


You are here

www.joeltok.com
| | dhariri.com
8.8 parsecs away

Travel
| | The website of David Hariri, a software developer, designer, and entrepreneur.
| | www.cybershu.eu
9.5 parsecs away

Travel
| | 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
5.8 parsecs away

Travel
| | 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
64.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.