DEV Community

Tobias Macey
Tobias Macey

Posted on • Originally published at pythonpodcast.com

Easy Data Validation For Your Python Projects With Pydantic

One of the most common causes of bugs is incorrect data being passed throughout your program. Pydantic is a library that provides runtime checking and validation of the information that you rely on in your code. In this episode Samuel Colvin explains why he created it, the interesting and useful ways that it can be used, and how to integrate it into your own projects. If you are tired of unhelpful errors due to bad data then listen now and try it out today.

Listen Now!

Top comments (0)