Object Oriented Programming with Python – Full Course for Beginners
By freeCodeCamp.org
Published: Oct 13, 2021“
Object Oriented Programming is an important concept in software development. In this complete tutorial, you will learn all about OOP and how to implement it using Python.
Code: https://github.com/jimdevops19/PythonOOP
Tutorial referenced for a deeper explanation about __repr__: https://www.youtube.com/watch?v=FIaPZXaePhw
”