Python Log Triage: Use rg and uv to Find Nginx 5xx Errors Fast 2026年6月3日 | Technology Use rg to filter suspicious lines from large logs, then run a uv-powered Python script to summarize 5xx errors.…… 阅读全文
Write Self-Contained Python Scripts with uv and PEP 723 2026年6月2日 | Technology Use uv and PEP 723 to put Python dependencies inside a script so it can run after being copied to another machine.…… 阅读全文
2026 Practical Python Workflow: Replace pip, venv, and pipx with uv 2026年5月30日 | Technology Use one copyable uv workflow to manage Python versions, project dependencies, scripts, CLI tools, and legacy migrations.…… 阅读全文