Menü

PyGRAZ ist eine Usergroup mit die Python-Programmiersprache in Graz. Wir treffen uns regelmässig am ersten Dienstag im Monat entweder im realraum oder im Gösserbräu.

Session: Introduction to pydantic

von Thomas Aglassinger

Diese Session wurde am 1. Oktober 2024 gehalten.

Folien

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.

Comments powered by Disqus