Me: I’ll just write a quick Python script. Also me: 3 hours later, the script does EVERYTHING except make my coffee ☕We can make it work for you though 😉
#PythonScripts#Automation
Me: I’ll just write a quick Python script.
Also me: 3 hours later, the script does EVERYTHING except make my coffee ☕
We can make it work for you though 😉
#PythonScripts#Automation
2/8 For scripts without dependencies, `uv run` is your go-to. It's as simple as `uv run example.py`. Even standard library modules work effortlessly. You can also pass arguments directly to your script or pipe content from stdin. #PythonScripts#uvrun ⬇️