Understand OOP in Python, __init__, and super() | Python for Bankers 3

preview_player
Показать описание
In the third installment of this series, we try to understand Object Oriented Programming (OOP) from the lens of bank accounts creation.

We will look at Classes, Inheritance (child class), class properties and methods, and finally how they all relate to the creation of bank accounts. This is OOP Part 1 in the Python for Bankers series.
Рекомендации по теме
Комментарии
Автор

So clear explanation. Thank you Samuel!

kwidyast
Автор

Great explanation. I've been coding in python for ~2years. Not once have I ever needed to create a class. I guess everything I do is more scripting-based(?). I don't think its Functional Programming (though I use python functons to slice my code into the smallest amount of code possible for each "step").

Which leads me to the question: What types of python projects do you find yourself using OOP?

seadude