Pydantic
JSON: Freedom or Chaos? …
Can you trust your data?
In this talk we’ll take a real life use case where the flexibility desires and time have gotten the best of it. What happens when you deal with “freedom” data? How to go from this to a better future?
It is a technical talk how we recognize changes are desired, validation is …
Pydantic series
The focus in this blog is on validation, as well as being able to return the same output as we got the input. Which is a json format. As an example, when parsing an IP address as a string, the output value should be a string again and not an ipaddress object. Or the MAC address which needs to retain …