This guide explains how to migrate a project from conda to uv, focusing on dependencies management using pyproject.toml and uv.lock. It highlights the differences between the two environments and the benefits of using uv, particularly for Python packages available on PyPI, emphasizing faster resolution and installation times.