The TIL series of articles contains very short articles documenting something I learned “today”.
Today I learned how to create standalone Python scripts with uv.
Today I learned that if you suppress the exception KeyboardInterrupt
then your program is still interrupted but it doesn't display a traceback.
Today I learned how to optimise my website images for the web and I automated that process.