Session: Introduction to pydantic
Diese Session wurde am 1. Oktober 2024 gehalten.
Pydantic is a library to validate data that can come from forms, JSON, CSV files, YAML or anything that can be represented as Python dicts, list or values.
This lightning talk explains how to perform basic validation, shows how validation errors look like, and also delves into writing your own check on fields and even the overarching model itself.