This is a question for people more experienced with Python, but everybody feel free to answer if you feel like you can provide something decent to the discussion.

Also feel free to explain why you feel that way and your experiences with Python and the paradigms.

  • koala@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    19 hours ago

    Well, it’s more procedural than object-oriented because it’s easier to avoid object-oriented programming than procedural code :D

    (Note: I wouldn’t call defining classes OOP until you start using inheritance. Overriding __str__ and stuff might count, but not a lot to me.)

    Personally, as time goes on, I use inheritance less.