Data Validation in Python With Pydantic

Опубликовано: 05 Сентябрь 2024
на канале: Real Python
1,298
64

This is a preview of the video course, "Using Pydantic to Simplify Python Data Validation." Pydantic is a powerful data validation and settings management library for Python, engineered to enhance the robustness and reliability of your codebase. This includes basic tasks, such as checking whether a variable is an integer, to more complex tasks, like ensuring highly-nested dictionary keys and values have the correct data type.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/pydant...

The rest of the course covers:

Write custom validators for complex use cases
Validate function arguments with Pydantic’s @validate_call
Manage settings and configure applications with pydantic-settings