12
Opinions: Dataclasses or Pydantic model base?
(programming.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Depends on what you are trying to accomplish, pydantic is great for encoding/decoding
If you don't need that go with dataclasses
I was going to comment this too