Python Tooling

uvx Is npx for Python, and I Use It More Than I Expected

By Abhishek Ghimire1 min read
0 views

Coming from the JS world, npx felt like a superpower Python didn't have — run a tool once without installing it anywhere. Then uv shipped uvx. Now I lint, format, and run one-off scripts without polluting a single project, and the cache makes the second run instant. A small feature that changed my daily habits.

Written by Abhishek Ghimire

More from this topic