uv venv allows creating virtual environments with a specified Python version, even if not installed system-wide.
Python Project-Local Virtualenv Management Redux
Python transitioning in packaging tools and workflows with tools like Astral's uv and Rye.
Embracing putting virtual environments in-project directories like .venv.
uv - an impressive pip alternative
uv is designed as a drop-in replacement for pip and pip-tools, including venv and virtualenv.
jpterm is a JupyterLab-like environment running in the terminal, building on Textual.
One way to package Python code right now
The Python packaging world can be confusing with multiple competing tools and standards.
Pkgsample is a simple and straightforward guide to packaging Python projects that focuses on providing a step-by-step process without overwhelming the user with unnecessary choices.
PyCoder's Weekly | Issue #613
Running Python code on air-gapped systems poses challenges for installing packages
Enhancing Flask projects with error pages and logging messages