Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Object Oriented Essentials In Python
Rating: 4.7 out of 5(42 ratings)
227 students

Object Oriented Essentials In Python

Object Oriented Programming Starter Introducing Advanced Python Features like inheritance, abstract classes & decorators
Created byDr Ziad Francis
Last updated 1/2024
English
English [Auto],

What you'll learn

  • Concepts of Object Oriented Programming
  • Build Classes and create instances in Python
  • Use advanced OOP features such as Abstract Classes and Decorators
  • Use inheritance and polymorphism approaches in OOP

Course content

8 sections31 lectures2h 32m total length
  • Course Content Introduction1:58

    Master object oriented programming in Python, creating and using objects, and exploring inheritance and polymorphism. Learn abstract classes, decorators, interfaces, and exception handling through concise exercises.

Requirements

  • Python basic programming level

Description

Welcome to our online course on Object-Oriented Programming (OOP) in Python! In this concise yet comprehensive course, you will learn all about OOP concepts in Python, including creating and using objects, inheritance, polymorphism, abstract classes, and advanced OOP concepts.

Our course begins with an introduction to OOP in Python, where you will learn the fundamental concepts of OOP and how they relate to Python. From there, we move on to creating and using objects, where you will learn how to create classes and objects in Python and use them in your programs.

Next, we explore inheritance in Python, where you will learn how to use inheritance to create classes that share properties and behaviors. We also cover polymorphism and abstract classes, where you will learn how to create classes that can be used interchangeably and how to create abstract classes that define common behaviors for a group of classes.

In the following modules, we delve into designing and implementing software projects in Python, where you will learn how to apply OOP concepts to real-world software projects. We also cover exception handling in Python, where you will learn how to handle errors and exceptions in your Python programs.

Finally, we explore advanced OOP concepts in Python, where you will learn how to create more complex classes and use advanced features of Python's OOP system.

By taking this course, you will gain a solid understanding of OOP in Python and be able to apply these concepts to real-world software projects. Whether you are a beginner or an experienced programmer, this course is designed to introduce you to these concepts in an efficient and effective way.

Don't miss out on this opportunity to learn OOP in Python and take your programming skills to the next level. Subscribe now and start your journey towards mastering OOP in Python!

Content plan:

1. Introduction to OOP in Python

2. Creating and Using Objects in Python

3. Inheritance in Python

4. Polymorphism and Abstract classes

5. Designing and Implementing Software Projects in Python

6. Exception Handling in Python

7. Advanced OOP Concepts in Python

Who this course is for:

  • Beginner Python students and developers willing to take the step towards Object Oriented Programming