Python Data Validation: Dataclasses vs. Pydantic
Introduction
After spending some time coding, you come to appreciate the real value of your data being right before you send it off to do important work.
This validation can really save you a lot of headaches with bugs and out-of-nowhere errors in pr...
abeltavares.hashnode.dev5 min read