#uv

[ follow ]
fromRealpython
16 hours 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
1 week 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
1 week 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
1 week 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
2 weeks 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
3 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 ]