🤔 I have been writing about UV for months. I am seeing a new trend/pattern that I think @simon may unintentionally illustrate in his "Using UV to develop Python command-line applications" TIL post.
Kicking off a new Python project requires fewer steps, primarily because with UV, I don't have to worry about having a Python install or even which Python version I'm using. UV can manage it all based on what our application needs and asks for.