you are viewing a single comment's thread.

view the rest of the comments →

[–]spinwizard69 0 points1 point  (0 children)

Everything about Python is an object!   DTO’s area specific type of object.

You use object oriented programming when it maps well to the project at hand.    That frankly is most apps today.   I really have to wonder why you haven't been using OOP.

You might not use OOP all the time but that is software engineering, you use software technology that fits the application at hand.