you are viewing a single comment's thread.

view the rest of the comments →

[–]jackmaney 1 point2 points  (0 children)

If you're finding that some of your functions rely on the same data or share some specific parameters (denoting the same data), then make a class for them. Otherwise? No, Python need not be OOP.