Skip to main content
Background Image

Data-Validation

Data Validation With Pydantic
Draft
··710 words·4 mins
Pydantic is a data validation Python package built on top of the Python typing module, and is designed to be lightweight and extensible. This article aims to introduce Pydantic and offer a few examples of its usefulness.