Designing Python APIs for Data You Don’t Control
Talk 25 min
Saurav Jain
The web isn’t an API, but Python developers often treat it like one. This talk explores how to design Python interfaces for unstable data sources, focusing on schema evolution, defensive parsing, and protecting downstream users.