#uv

[ follow ]
fromThe JetBrains Blog
17 hours ago

Support for uv, Poetry, and Hatch Workspaces (Beta) | The PyCharm Blog

PyCharm 2026.1.1 introduced built-in support for uv workspaces, as well as those managed by Poetry and Hatch. This new functionality - currently in Beta - allows the IDE to automatically manage dependencies and environments across your entire workspace.
Python
#python
fromEfficient Coder
6 months ago
Web frameworks

Tired of Pip and Venv? Meet UV, Your New All-in-One Python Tool | EfficientCoder

UV replaces pip, venv, pip-tools, and pipx by combining installer, environment manager, and runner into a single fast Rust-based tool.
fromRealpython
8 months ago
Python

uv vs pip: Managing Python Packages and Dependencies Quiz - Real Python

Choose between pip and uv by weighing install speed, dependency locking, project-level management, and suitability for specific environments and workflows.
Python
fromPythontest
7 months ago

Installing Python 3.14 on Mac or Windows | PythonTest

uv enables clean, convenient installation and management of multiple Python versions; python.org installers remain a simple choice for single-version users.
Python
fromTalkpython
7 months ago

pyx - the other side of the uv coin (announcing pyx)

Pyx is a Python-native package registry that mirrors PyPI, works with pip and uv, and enables faster, more predictable installs via smart client-server cooperation.
fromRealpython
7 months ago

Python Project Management With uv Quiz - Real Python

In this quiz, you will review how to use uv, the high-speed Python package and project manager. You will practice key commands, explore the files uv creates for you, and work with project setup tasks. This is a great way to reinforce project management basics with uv and get comfortable with its streamlined workflows. The quiz contains 6 questions and there is no time limit.
Python
fromMathspp
8 months ago

uv cheatsheet

This cheatsheet lists the most commonly used commands and should be more than enough for you to get started using uv. For more advanced use cases, check the uv docs and its guides.
Python
Python
fromRealpython
8 months ago

uv vs pip: Managing Python Packages and Dependencies - Real Python

pip offers out-of-the-box availability and broad compatibility, while uv prioritizes faster installs, reproducible environments, and cleaner uninstalls for new-project workflows.
Python
fromReuven Lerner
8 months ago

You're probably using uv wrong

Use uv via its project model to manage environments, Python versions, and dependencies rather than substituting it for pip or installing packages globally.
Python
fromInfoWorld
11 months ago

F-strings with superpowers: What's new in Python 3.14 beta

Python 3.14 beta introduces powerful new features including enhanced template strings and WebAssembly support, aimed at boosting usability and performance across applications.
[ Load more ]