RSS Amplifier

Tour de Source · Mar 16, 2023

How Pydantic Works

0
Sign in to vote or save

Beyang Liu, Justin Dorfman · Tour de Source

Welcome to the fifth edition of Tour de Source, a newsletter that dives into the source code of great open source projects and how they work!

We had the pleasure of interviewing Samuel Colvin, creator of Pydantic, an open source data validation library for Python. It validates external data based on Python type hints, which means developers don't need to learn a new data validation specification format or DSL.

Samuel has been working on Pydantic since 2017 when he realized the untapped value of type hints in Python. At the time of this recording, Pydantic has been downloaded from PyPI around 22 55 million times per month.

See how Pydantic works!

Next steps

Thanks for reading Tour de Source! Subscribe for free to receive new posts and support my work.

Read the original on tourdesource.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.