uv make dependency management dramatically faster and simpler. Think of this section as equipping your workshop before you start building.
What you’ll learn
Every Python developer needs these tools:- Git & GitHub — Save your work, track every change, and collaborate with others
- Environment variables — Keep API keys and secrets safe and manage configuration
- Code quality — Automatically format and lint your code
- Modern Python tools — Better ways to manage packages and dependencies
Git & GitHub
Version control basics for every developer
Environment & Secrets
Manage API keys and configuration safely
Code Quality
Format and lint your code automatically