Favorites
b/bonnytutsedited 1 year agobycuongnhung1234

Object Oriented Programming in Python by Kumail Raza

Object Oriented Programming in Python by Kumail Raza

Published 09/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 5 lectures (1h 2m) | Size: 326 MB

Concept Building, Syntax and Examples of Object Oriented Programming (OOP) in Python including Inheritance

What you'll learn
Basics of Object Oriented Programming in Python
Learn about Inheretence
Knowledge of Object Resolution Method
Talk about Multiple Inheretence

Requirements
Basic knowledge of Python and Jupyter Notebook

Description
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).

A feature of objects is that an object's own procedures can access and often modify the data fields of itself (objects have a notion of this or self). In OOP, computer programs are designed by making them out of objects that interact with one another.

OOP languages are diverse, but the most popular ones are class-based, meaning that objects are instances of classes, which also determine their types.

Many of the most widely used programming languages (such as C++, Java, Python, etc.) are multi-paradigm and they support object-oriented programming to a greater or lesser degree, typically in combination with imperative, procedural programming.

In this course you are going to learn about Object Oriented Programming in Python in new different way. In this course you are going to learn about

- Inheritance

- Object Resolution Method

- Multiple Inheritance And Multi level Inheritance

- Operator Overloading

Some of the Common Operator Overloading Special Functions in Python

# Operator Expression Internally

# Addition p1 + p2 p1.__add__(p2)

# Subtraction p1 - p2 p1.__sub__(p2)

# Multiplication p1 * p2 p1.__mul__(p2)

# Power p1 ** p2 p1.__pow__(p2)

# Division p1 / p2 p1.__truediv__(p2)

Who this course is for
Beginner Python Developers curious about Data Science

Homepage

Screenshots

Object Oriented Programming in Python (2022)

Welcome to My Blog - Check it Every Days
If you have any troubles with downloading, PM me
Please Buy Premium Account from my links to get high download speed and support me
Happy Learning!!

No comments have been posted yet. Please feel free to comment first!

    Load more replies

    Join the conversation!

    Log in or Sign up
    to post a comment.