The tool jungle for creating Python projects is finally history! We should encourage people to use `uv`! - [ ] install uv - [ ] initialize a project - [ ] why and how to use a virtual environment - [ ] install other (older and newer) Python versions - [ ] add and remove dependencies to and from a project - [ ] explain the lockfile
The tool jungle for creating Python projects is finally history! We should encourage people to use
uv!