Python
As of 2026, probably the most used/growing programming language.
- https://www.python.org/
- https://en.wikipedia.org/wiki/Pip_(package_manager)
- recommended package manager for python
uv(see below) works w/pipfor package installations
- https://docs.python.org/3/tutorial/index.html
- Tutorial supported by Python
Package Managers
There are alternatives such as poetry, pipenv, etc, but currently 01/2026, using UV
To upgrade a package use:
uv sync --upgrade-package package-name
Check build123d notes on how to use.