minus-squarephutatorius@lemmy.ziptoPython@programming.dev•Opinions: Do you feel Python is a more object-oriented or procedural language?linkfedilinkarrow-up1·5 days agoIt’s also a good way to structure your code to effectively model your problem domain. And there are also many cases where that’s not true, so use it where it makes sense and don’t use it where it doesn’t. linkfedilink
It’s also a good way to structure your code to effectively model your problem domain.
And there are also many cases where that’s not true, so use it where it makes sense and don’t use it where it doesn’t.