A Python dictionary has a simple & well-known API. It is possible to merge data using a nice & minimalistic syntax, without mutating or worrying about state. You're probably not gonna need classes.| Agile & Coding
I really like Pydantic because it makes it easy to define the the structure of the objects I want to use, using typing. I wanted to parse a json object and build a different object depending on the value of some specific key in the JSON object. Here, I have …| (not) my ideas
This post is an account of why I prefer using the attrs library over Pydantic. I'm writing it since I am often asked this question and I want to have something concrete to link to.| The Three of Wands
Pydantic is a Pythonic data validation library that makes it easy to create data models and validate data.| blog.yezz.me