Hi, what do you want to do?
Curated Video
Python - Object-Oriented Programming - Creating Bank Account Object: Attributes
After learning how to define an object, we will consider a bank account as an object and learn how to create it and understand its attributes.
<
br/>
This clip is from the chapter "Basics of Object-Oriented Programming" of the...
<
br/>
This clip is from the chapter "Basics of Object-Oriented Programming" of the...
Curated Video
Python - Object-Oriented Programming - Creating Bank Account Object - Methods
In the previous video, you learned about creating a bank account object and setting its attributes. In this lesson, you will learn more about the methods and understand how the object behaves with the methods imparted.
<
br/>
This...
<
br/>
This...
Curated Video
Python - Object-Oriented Programming - Assignment 6
In this assignment, you will learn how to create comparable objects. We will create two objects that have similar attributes and compare them.
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python -...
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python -...
Curated Video
Python - Object-Oriented Programming - Assignment 5
In this assignment, we will understand how to create an object called a library with indexing using title and category.
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented Programming".This...
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented Programming".This...
Curated Video
Python - Object-Oriented Programming - Arithmetic Operations on Objects
You will learn about the different types of operators like the +, /, -, and * and how to concatenate strings. You will learn to use magic methods for mathematical operators.
<
br/>
This clip is from the chapter "Magic Functions" of...
<
br/>
This clip is from the chapter "Magic Functions" of...
Curated Video
Python - Object-Oriented Programming - Abstract Methods
This video teaches us the implementation of methods for different classes. You will learn about parent and child classes. We will understand what abstract methods are.
<
br/>
This clip is from the chapter "Inheritance and...
<
br/>
This clip is from the chapter "Inheritance and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Coding Standards to Achieve Encapsulation in Framework
This video presents coding standards required to achieve encapsulation in framework.
r/>
This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java -...
r/>
This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java -...
Curated Video
Python - Object-Oriented Programming - Using A Class Inside Another Class
After learning how to define objects with attributes and methods, you will learn how to use an object within an object.
<
br/>
This clip is from the chapter "Basics of Object-Oriented Programming" of the series "Python -...
<
br/>
This clip is from the chapter "Basics of Object-Oriented Programming" of the series "Python -...
Curated Video
Python - Object-Oriented Programming - Public and Private
In this video, we will understand a key concept called encapsulation in OOP. You will learn about public and private attributes, hide information from code, and protect data.
<
br/>
This clip is from the chapter "Encapsulation" of...
<
br/>
This clip is from the chapter "Encapsulation" of...
Curated Video
Python - Object-Oriented Programming - Printing Objects
This lecture will teach us how to use the “_str_†string object, which is responsible for printing objects. Here, you learn to use this to define our string object and print it.
<
br/>
This clip is from the chapter "Basics of...
<
br/>
This clip is from the chapter "Basics of...
Curated Video
Python - Object-Oriented Programming - Methods as Attributes
You will learn to use getter and setter methods; instead, you will learn to access an attribute like a getter or setter method, and we will use an assigner method.
<
br/>
This clip is from the chapter "Encapsulation" of the series...
<
br/>
This clip is from the chapter "Encapsulation" of the series...
Curated Video
Python - Object-Oriented Programming - Making Your Objects Iterable
In this lesson, you will learn about a new method that helps us to create an object like lists in Python. You will also learn about iterable objects, indexing, and the “_getitem_†method.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Python - Object-Oriented Programming - Making Your Objects Callable
In this video, you will learn about the “_call_†method, which can be used to make an object callable.
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented Programming".This section...
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented Programming".This section...
Curated Video
Python - Object-Oriented Programming - Make Your Objects Comparable.
Here, you will learn to implement comparison methods. You will learn to invoke the magic methods internally in a class on a specific action like creating an object, printing an object, or comparing two objects.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Python - Object-Oriented Programming - Inheritance and Method Resolution Order Part 2
In this lesson, we will look at inheritance in further detail and understand accessing object attributes and multi-inheritance.
<
br/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Python -...
<
br/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Python -...
Curated Video
Python - Object-Oriented Programming - Inheritance and Method Resolution Order Part 1
Here, we will understand inheritance and how an object's attributes and methods are inherited into another object.
<
br/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Python - Object-Oriented...
<
br/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Python - Object-Oriented...
Curated Video
Python - Object-Oriented Programming - Getters and Setters
This lesson takes us through creating a way to interact with objects, getting attributes, and setting new values to private attributes. We will look at the two methods, getter and setter, to obtain private attributes.
<
br/>
This...
<
br/>
This...
Curated Video
Python - Object-Oriented Programming - Different Methods Inside the Class Part 2: Use Cases
In this video, we will use the other two methods, namely the class and static methods. We will code classes and look at the attributes of these classes with examples.
<
br/>
This clip is from the chapter "Class Level Versus Object...
<
br/>
This clip is from the chapter "Class Level Versus Object...
Curated Video
Python - Object-Oriented Programming - Class Inheritance
In this video, you will learn about inheritance in OOP, and we will look at how an object behaves after inheriting the attributes of another object and why this is useful.
<
br/>
This clip is from the chapter "Inheritance and...
<
br/>
This clip is from the chapter "Inheritance and...
Curated Video
Python - Object-Oriented Programming - Class Attribute Versus Object Attribute
In this video, you will learn about a class attribute, which is a property of a class. You learn about instance attributes. We will differentiate between instance attributes and class attributes and define class attributes.
<
br/>...
<
br/>...
Curated Video
Python - Object-Oriented Programming - Assignment 4
In this assignment, you will learn to define a text encryption method called Caesar cypher.
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented Programming".This section demonstrates the...
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented Programming".This section demonstrates the...
Curated Video
Python - Object-Oriented Programming - Assignment 3
In this assignment, you will learn to create a class for the weather condition. We will use two attributes such as temperature and status.
<
br/>
This clip is from the chapter "Encapsulation" of the series "Python - Object-Oriented...
<
br/>
This clip is from the chapter "Encapsulation" of the series "Python - Object-Oriented...
Curated Video
Python - Object-Oriented Programming - Assignment 2
In this assignment, we will work with lists and use the “from_string†to create a list of items in an object. You will learn how to create a shopping list class and print the items.
<
br/>
This clip is from the chapter "Class...
<
br/>
This clip is from the chapter "Class...
Curated Video
Python - Object-Oriented Programming - Assignment 1
In this assignment, we will define an object called “player†and understand the player object’s behavior.
<
br/>
This clip is from the chapter "Class Level Versus Object Level" of the series "Python - Object-Oriented...
<
br/>
This clip is from the chapter "Class Level Versus Object Level" of the series "Python - Object-Oriented...