NotNotMike@programming.dev to Python@programming.dev · 9 days agoOpinions: Dataclasses or Pydantic model base?message-squaremessage-square6fedilinkarrow-up113arrow-down11
arrow-up112arrow-down1message-squareOpinions: Dataclasses or Pydantic model base?NotNotMike@programming.dev to Python@programming.dev · 9 days agomessage-square6fedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1arrow-down1·edit-26 days agoOh btw there are three choices, not two. stdlib dataclasses pydantic dataclasses SQLModel mixin How to use Mixins
Oh btw there are three choices, not two.
stdlib dataclasses
pydantic dataclasses
SQLModel mixin
How to use Mixins