# Hynek Schlawack's uv Workflow Guide

{< youtube TiBIjouDGuI >}}

[Hynek Schlawack](https://hynek.me/)'s new video ["uv: Making Python Local Workflows FAST and BORING in 2025"](https://youtu.be/TiBIjouDGuI) demonstrates practical [uv](https://pydevtools.com/handbook/reference/uv.md) workflows using real  examples.

He covers:

* Replacing [pip](https://pydevtools.com/handbook/reference/pip.md)/[virtualenv](https://pydevtools.com/handbook/reference/virtualenv.md)/[pyenv](https://pydevtools.com/handbook/reference/pyenv.md) with a single tool
* Dependency management and lock files
* Testing and linting integration
* [`just`](https://just.systems/man/en/) integration for cross-platform commands

If you missed Part 1 of Hynek's series, [it's available here](https://www.youtube.com/watch?v=mFyE9xgeKcA).
