> [!tldr] [[Python]]'s best [[Coding Package Manager|NPM]]-like equivalent. Comparing [[Python]] and [[NodeJS]] [[JavaScript]]: Equivalencies: - `uv init` → `npm init` - `uv add requests` → `npm i requests` - `uv run script.py` → `npm script.js` - `pyproject.toml` → `package.json` The difference between [[Python]] and [[JavaScript]] here is that Python *can* work without doing this... so long as you're using the built-in functionality. **** # More ## Source - grad school