How uv got so fast
27 Dec 2025
nesbitt.io

uv’s speed comes from engineering decisions, not just Rust. Static metadata, dropping legacy formats, and standards that didn’t exist five years ago.

cover image

I just released llm-smollm2, a new plugin for LLM that bundles a quantized copy of the SmolLM2-135M-Instruct LLM inside of the Python package. This means you can now pip install …

cover image

After setting up your Python project, creating a requirements.txt file is essential for simplifying...

cover image
Clearing Pip Cache
1 Jul 2023
linuxhandbook.com

Cleaning Pip cache helps you in troubleshooting and getting fresh Python packages.

cover image

Whenever you are installing python packages, you should always use a virtual environment. pip makes...

cover image

Exploring some of the most useful pip commands for everyday programming