Lists
[1, 2, 3, 4, 5]
Power operator (2^5)
2 ** 5
Square root (power operator trick)
9 ** 0.5
git clone user@somedomain.com/path/to/repo.git
> for SSH checkout (recommended for extended use)git clone https://somedomain.com/path/to/repo.git
> for HTTPS checkout (easier for experimenting)gh repo clone path/to/repo
Experimental but very promising pip
replacement that handles package managing as well as virtual environments and Python version management.
uv
comes included with uvx
, an alias for uv tool run
. uvx
allos you to install and execute command-line tools on an ephemeral environment.
Note that you don't have to actively install a Python version! uv
will automatically fetch the required Python version for your project.
Dockerfile
.var/lib/docker/volumes
). Useful for production deployments.