Good morning SE,
I've been wondering, now that I'm shoulder deep in Python, when it is best to not use classes in Python? Is there a particular instance or reason why classes shouldn't be utilized?
For the sake of the argument, I understand, and hope others understand, that OOP [Object Orient Programming] is directed towards utilizing classes, re-usability, checking and creating states, providing encapsulation and inheritance... But is there a reason to not do the things Python holds so dear?
Looking through some of the related questions, I noticed I'm asking the exact opposite of this one (note, I intend to ask this question because of curiosity, not with the intent to bash anyone's working methods): Why should I be using classes in Python?