The practice of creating small practical scripts to automate tasks

9 6,484 658
articles words lines of code

Today I learned how to create standalone Python scripts with uv.

I used an LLM to write a countdown timer and I have mixed feelings about the result.

Today I learned that if you suppress the exception KeyboardInterrupt then your program is still interrupted but it doesn't display a traceback.