> Using pip-installed libraries brings in the famous packaging problems, but you don't have to use it!
These days, with uv and PEP 723 inline script metadata, that's not an issue either.
# /// script # dependencies = ["numpy"] # requires-python = ">=3.12" # /// import numpy as np
uv run myscript.py