Advanced Perspective of Classes and Object-Oriented Programming in Python

Go to class
Write Review

Free Online Course: Advanced Perspective of Classes and Object-Oriented Programming in Python provided by A Cloud Guru is a comprehensive online course, which lasts for 109 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from A Cloud Guru. Advanced Perspective of Classes and Object-Oriented Programming in Python is taught by Keith Thompson.

Overview
  • The Advanced Perspective of Classes and Object-Oriented Programming in Python course will teach you how to utilise more complex aspects of object-oriented programming. We’re going to cover: Inheritance Composition & Polymorphism Attribute Encapsulation Variadic Functions Decorators Comparing and Copying Objects Abstract Classes and Metaprogramming Advanced Exceptions Object SerializationAfter completing this course, you’ll understand composition and inheritance (and when to use each one), along with other advanced features of the language.To get the most out of this course, you should be proficient at basic object-oriented programming, including creating classes in Python. If you need to get up to speed on these skills, we recommend checking out The Certified Entry-Level Python Programmer Certification (PCEP) course, or Introduction to Python Development.

Syllabus
    • Introduction
    • Object-Oriented Programming Refresher
    • Inheritance
    • Composition and Polymorphism
    • Attribute Encapsulation
    • Variadic Functions
    • Decorators
    • Comparing and Copying Objects
    • Abstract Classes and Metaprogramming
    • Advanced Exceptions
    • Object Serialization
    • Conclusion