Zen of Python Dependency Management
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the intricacies of Python dependency management in this 29-minute EuroPython Conference talk. Delve into the long-standing challenge of ensuring reliable and repeatable dependency installation for Python projects. Learn how PEP 518 and the new pyproject.toml file specification have revolutionized dependency management. Discover powerful tools like Poetry, Hatch, and Pipenv that leverage this new approach. Gain insights on replacing multiple configuration files with a single pyproject.toml, understand the complexities of dependency resolution, compare different management tools, and explore alternatives like pip-tools. Additionally, learn about using pipx to isolate system-wide Python tools for enhanced project management.
Syllabus
Justin Mayer - Zen of Python Dependency Management
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube