uv
Posts tagged "uv"
2 posts
Demonstrating handling Python errors with reproducible scripts
This article demonstrates how to enhance Python error handling using the traceback module while leveraging uv's support for PEP 723 to create reproducible scripts. It provides practical examples of how to move beyond basic ValueError implementations to include stack traces in error messages, making debugging and error handling more informative in production environments.
Quickly checking Python dependencies
A short snippet for using `uv` to iterate on changing Python project dependencies.