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
Oh btw there are three choices, not two.
stdlib dataclasses
pydantic dataclasses
SQLModel mixin
How to use Mixins