Python Environments

If you’re working on different projects, especially large projects, you should be using Python Environments. So what is a Python Environment and why should I care? The best definition is the one from the official documentation: The venv module provides support for creating lightweight “virtual environments” with their own site directories, optionally isolated from system site directories. … Continue reading Python Environments