pip
pip — my Raindrop.io articles
This guide explains when to use pip or apt for Python packages on Ubuntu and Debian, why sudo pip install is risky, and where virtual environments fit.
uv’s speed comes from engineering decisions, not just Rust. Static metadata, dropping legacy formats, and standards that didn’t exist five years ago.
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 …
After setting up your Python project, creating a requirements.txt file is essential for simplifying...
Cleaning Pip cache helps you in troubleshooting and getting fresh Python packages.
Whenever you are installing python packages, you should always use a virtual environment. pip makes...
Exploring some of the most useful pip commands for everyday programming