Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Beyond the Basics - Object-Oriented Programming
Rating: 4.6 out of 5(3,090 ratings)
10,940 students

Python Beyond the Basics - Object-Oriented Programming

From Classes To Inheritance - OOP In-Depth For Python Programmers
Created byInfinite Skills
Last updated 1/2017
English

What you'll learn

  • Design Reusable Object-Oriented Python Classes
  • Apply OOP Concepts to handle complexity
  • How to handle Errors

Course content

9 sections55 lectures5h 1m total length
  • Important - Download These First - Working Files0:01
  • What Is Object Oriented Programming And Why?4:23

    Object-oriented programming is a paradigm that organizes data into objects with methods defined by classes, emphasizes encapsulation, inheritance, and polymorphism, and supports collaboration and maintainability.

  • Object-Oriented Python6:13

    Explore how python is object oriented by default, with every entity, including primitives, as an object with a type (class) and attributes. Appreciate its elegant, consistent design.

  • Modules Versus Classes3:43

    Explore the difference between python modules and classes, learn how to import modules, access variables through a module name, and distinguish module versus class with practical examples.

Requirements

  • This course is designed for users that already have a basic working knowledge of Python

Description

In this Python Beyond the Basics - Object-Oriented Programming training course, expert author David Blaikie will teach you how to design Python classes, and how to implement object-oriented programming concepts in Python. This course is designed for users that already have a basic working knowledge of Python.

You will start by learning about classes, including defining a class, class attributes, and working with class and instance data. From there, David will teach you about inheritance and polymorphism. This video tutorial also covers advanced features, such as implementing core syntax, subclassing built-ins, and new style classes. You will also learn about exceptions and object serialization. Finally, David will teach you about efficiency and testing, including debugging, logging, and benchmarking.

Once you have completed this computer based training course, you will be fully capable of designing your own Python classes, as well as implementing object-oriented programming concepts in Python.

Who this course is for:

  • Anyone wanting to learn Object-Oriented programming with Python