Contribute Media
A thank you to everyone who makes this possible: Read More

Python Application Dependency Management in 2020 – PyCon Taiwan 2020

Description

Day 2, 13:50–14:20

Zendesk's Chat backend platform is largely powered by Python. Over the years, we have introduced hundreds of open source libraries into our codebase. We have seen multiple production incidents that arise from improper pinning of package versions or incompatible versions between different libraries. Thus a proper application management resolution solution is in need.

Firstly, I will introduce the concept of application dependency management and why it is a hard problem.

Then I will go in depth to share the journey of how we in Zendesk resolved the dependencies issue and slowly prepare itself for the new pip resolver. In particular, I will talk about the behavior of different pip versions when it comes to handling version conflicts and what pip check is and how to use it.

Lastly, I will briefly mention other tools available and give recommendation when to use which and answer questions from the audience.

Slides: https://drive.google.com/file/d/1AZoWKI3OQfpFETD2NoT6C9spanrsrOSG/view?usp=sharing

Speaker: Liuyang Wan

to be added

Details

Improve this page