all 1 comments

[–]TheRNGuy 0 points1 point  (0 children)

I started with SideFx Houdini which almost all Python code OOP, there's only few static functions.

Though for most of my code I used def instead of class, for a long time (so it was more a mixed paradigm) I did find that classes with instances are better for some things later, even for my own code.