Pydantic: Making life easier with data validation — Bojan Miletic
[EuroPython 2023 — South Hall 2A on 2023-07-19] https://ep2023.europython.eu/session/pydantic-making-life-easier-with-data-validation Abstract: Data validation is a critical component of any software application, ensuring that the data processed by the application is accurate and consistent. However, data validation can often be a tedious and error-prone process, especially when dealing with complex data structures. Pydantic, a powerful and flexible data validation library for Python, simplifies the process of data validation by providing a declarative syntax that is easy to read and write. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa/4.0/