SHA256 is faster than MD5
For years I've used MD5 for file integrity checks in test scripts, assuming it was faster due to being a simpler algorithm. Turns out this is wrong. #python
Running Python scripts with Just and uv
Use Just task runner with uv's inline script support to run small scripts without managing venvs. Running Python scripts with uv shebang
Use uv to run Python scripts directly with dependencies with automatic venvs and direct execution Using the Django Admin panel without authentication
Disable authentication for projects I only run locally or behind an already secured VPN. Bumping pyproject.toml version using Git Tags
Versioning Python packages in pyproject.toml from Git tags using `uvx`.