As you mature in programming, the first thing that comes to your mind when OOP is mentioned, is classes. Here is the why, what and when of it.
Introduction
This is the second article in the Python OOP article series. If you haven’t read the previous ...