Open Source Project: Introduction to Python
Prerequisites: Installing uv
uv is a modern, fast tool for managing Python projects. It does not come with Python.
To Install uv:
(Only needs to be done once)
curl -LsSf https://astral.sh/uv/install.sh | sh
irm https://astral.sh/uv/install.ps1 | iex
After installing, restart your terminal and check the version: uv --version