Python
Tips and tricks for working with Python
Overview
Installation
brew install uvView Available Python Versions
List all available python versions (both installed and not)
uv python list List only installed python versions
uv python list --only-installedList only python versions not already installed
Using Specific Python Versions
Install one or more versions of python
Install a tool with a specific python version
Set up a Virtual Environment
Creates a virtual environment with python v3.14.0
Installing Required Modules
Managing Tools Installed with uv
uvOld β Examples
Old β Install and Run a Python App with a Specific Python Version
Old β Set up a Python Virtual Environment
Parsing JSON
View installed modules
View pip modules
Old β Pyenv
Installation
Useful commands
Old β Pipx
Installation
Useful commands
Last updated