minus-squarekoala@programming.devtoPython@programming.dev•Opinions: Do you feel Python is a more object-oriented or procedural language?linkfedilinkarrow-up6·14 days agoWell, 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. linkfedilink
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.