Learn about obejct-oriented programming (OOP) in python. Getting knowledge what is object-oriented programming about, learn how to write and create python syntax to implements the object-oriented principles.
This repo help me to understanding how to create reliable and robust programming process in software development. Getting know why OOP can help us make programming more clearly and help during development process more effectively.
Also, this repo will help me learn-in depth about python and how to correctly apply the OOP with python.
- Create objects in python by defining classes and methods.
- Extend classes using inheritence.
- SOLID principles in object-oriented programming.
Learn from Python Tutorial