Hello, I want to know and understand how and when do we need to implement classes in our code, I have written a program in python just using functions but never feel the need of using classes, so I was thinking when we can create something without classes why do we need to use them and also what are class constructor and I have learnt from research that ever classes has constructor the how dowe figure out what should we initiate from a constructor....
please help me learn all this....