#uv

[ follow ]
Python
fromTalkpython
6 days 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
2 weeks 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
3 weeks 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
3 weeks 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
fromRealpython
3 weeks ago

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
fromReuven Lerner
1 month 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
4 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 ]