Dev with Serdar
Learn coding in Python, Go and Rust from Serdar Yegulalp, software dev specialist and senior writer at InfoWorld.
Using UV vs. Poetry for Python project management
Overview
The Poetry and UV projects both give you high-level tools for creating and managing Python projects, including tracking dependencies and creating lockfiles from them. But their workflows, and the demands they make on the user and on your project, are very different. This video lays out how those differences affect you, and where it makes sense to opt for one solution over the other.


