What’s New in PyCharm 2026.2
JetBrains released PyCharm 2026.2, introducing a Rust plugin for building Python extensions, debugpy as the default debugger, and support for uv, Poetry, and Hatch multi-project workspaces. The update…
JetBrains released PyCharm 2026.2, introducing a Rust plugin for building Python extensions, debugpy as the default debugger, and support for uv, Poetry, and Hatch multi-project workspaces. The update…
Uv, a single-binary Python package manager developed by Astral, has become the go-to tool in 2026, offering 10-100x speed improvements over pip. OpenAI acquired Astral in March 2026 to integrate uv in…
Python core developer Brett Cannon proposed PEP 832 to standardize virtual environment discovery, addressing the difficulty tools like VS Code face in locating environments across different workflow t…
MacOS automation setup using two launchd plist files and two shell scripts to perform daily system updates and hourly cleanup tasks. The daily-update script updates Homebrew, npm, and various develope…
While uv is praised for its speed and ability to replace multiple Python tools, its package management user experience is criticized as clunky compared to alternatives like pnpm and Poetry. Key issues…