uv — Easy Playground
Ultra-fast Python package installer in Rust
Getting started with uvRun locally
Install
pip install uv # or: curl -LsSf https://astral.sh/uv/install.sh | shPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: uv)
uv is a third-party package. Ultra-fast Python package installer in Rust. Install with: pip install uv # or: curl -LsSf https://astral.sh/uv/install.sh | sh
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?