Ever had a hard time managing your project dependencies or packaging/publishing? Feel like installing packages is taking forever? In this presentation I intend to introduce you to uv, the new tool in the Python ecosystem which will make you faster, more productive, and probably happier.
Python developers have a variety of tools for managing packages, dependencies and the project itself, each with its own features, strengths and limitations. However uv reimagines how we handle Python projects, showing you it could be simpler and possible to use just a single tool to do it. In this talk, I’ll compare it against established tools like pip, pipenv, and poetry, demonstrating how it addresses their common pain points.
After this presentation participants will know more about this tool, and know some alternatives to manage their projects.