Posts

Results for “python” (3)

01 Jun
Installing Python with uv
Why I switched to uv for Python version management and package installation.
04 Oct
A Step-by-Step Guide to Installing Python
Comprehensive guide to installing Python on Windows, macOS, and Linux, providing clear instructions for a smooth setup.
01 Jun
What is uv? A Python Package Manager
uv is a Rust-based Python package manager that is faster than pip. It installs Python versions, resolves dependencies, and manages virtual environments in one binary.