Hacker News new | ask | show | jobs
by willx86 17 days ago
I highly recommend UV If you find yourself forced to use python, UV is the way to go

Try it out :)

uv init uv add XXX uv run main.py

( You can pin python versions and auto install them etc )