Mar 3 · 6 min read · uv: The Python Package Manager That Makes pip Feel Ancient uv is a Python package manager and project tool written in Rust by Astral, the same team behind Ruff. It replaces pip, pip-tools, virtualenv, pyenv, and most of Poetry's functionality with a ...
Join discussionMar 3 · 6 min read · Python Development Environment: Package Managers, Type Checking, and Linting Python's development tooling has historically been fragmented and confusing. The good news: in 2026, the ecosystem has consolidated around better tools. Here's how to set up...
Join discussionJan 16 · 3 min read · Machine learning and AI projects tend to break Python environments faster than almost any other workload. Between native dependencies, CUDA bindings, fast-moving libraries, and version conflicts, traditional setups with pip and venv can quickly becom...
Join discussion
Jan 15 · 5 min read · For most of my Python development, I’ve been sticking to the usual workflow with pip installing packages, setting up virtual environments, and waiting… a lot. It’s reliable, yes, but ughhh… not exactly exciting. A while back, I came across a TikTok v...
Join discussion
Jan 7 · 2 min read · Understanding uv and its key advantages What is uv? uv is an extremely fast, modern Python package and project manager written in Rust, designed as an all-in-one replacement for existing tools like pip, virtualenv, pipx, and pyenv. uv promises drama...
Join discussionJan 6 · 3 min read · 지난 포스팅에서 우리는 맥북을 어지럽히던 Conda와 여러 버전의 파이썬을 완전히 정리했습니다. 혹시 아직 기존 환경을 정리하지 않으셨다면, 이전 글: [Mac] Python 환경 리빌딩 (1): Python 설정 초기화를 먼저 보고 오시는 것을 강력 추천합니다. 🛠️ 1. Pyenv: 파이썬 버전 관리의 표준 자바 진영에 SDKMAN이 있다면, 파이썬에는 Pyenv가 있습니다. 시스템 파이썬은 건드리지 않고, 내가 원하는 버전만 깔끔하게 ...
Join discussionJan 4 · 4 min read · Se você desenvolve em Python há algum tempo, conhece bem a famosa "sopa de letrinhas" que é gerenciar o ecossistema da linguagem: pip, pyenv, poetry, pipx, virtualenv, conda... A lista parece não ter fim, e cada ferramenta resolve apenas um pedaço do...
Join discussion
Jan 2 · 6 min read · Streamlit is awesome in that it gives you the ability to deploy on their platform for free, but I hate dealing with their branding - or anyone’s else branding for that matter. Plus I spent way too much time trying to make this thing not to look like ...
Join discussion
Dec 26, 2025 · 7 min read · Containers and Python's uv package manager should be a perfect match. Fast builds, efficient dependency management, small images… what's not to love? Except when your production containers mysteriously can't import Django, rebuilds take forever despi...
Join discussion