What to Do When the Bug Is in Someone Else's Code
Offered By: PyCon US via YouTube
Course Description
Overview
Explore strategies for handling bugs in third-party libraries in this 31-minute PyCon US talk. Learn various approaches to address issues when modifying the library code is the correct solution, but immediate deployment is necessary. Discover techniques such as creating wrapper functions, monkey patching methods, vendoring patched library versions, and maintaining local forks. Gain insights into managing dependencies and solving critical issues efficiently when faced with upstream library limitations or deployment constraints.
Syllabus
Talk - Paul Ganssle: What to Do When the Bug Is in Someone Else's Code
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube