Linkedin Learning – Python Object-Oriented Programming

Linkedin Learning – Python Object-Oriented Programming-XQZT
English | Size: 269.09 MB
Category: Tutorial


The object-oriented programming (OOP) features in Python make it easier to build programs of increasing complexity and modularity. In this course, you can learn how to apply core OOP principles like inheritance and composition along with some Python-specific features like magic methods and data classes to build programs that are extensible and efficient. Begin by brushing up on some object-oriented basics, and then use Python features like magic methods to make your classes integrate tightly with the Python language and data classes to dramatically reduce the amount of boilerplate code needed to build data-centric objects