Explore >> Select a destination


You are here

gouthamanbalaraman.com
| | janakiev.com
18.4 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.
| | davidalfonso.es
16.8 parsecs away

Travel
| |
| | adamj.eu
17.2 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.
| | nabeelvalley.co.za
69.1 parsecs away

Travel
| How to work with modules and handle the 'ModuleNotFoundError: No module named ...' error