Instructional Video3:07
Packt

Add Attributes to the LED Class

Higher Ed
In this video, you will learn how to add attributes to the LED class.
<
br/>
This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on...
Instructional Video15:29
Curated Video

Practical Data Science using Python - Unsupervised Learning - K-Means Clustering

Higher Ed
This video introduces you to K-Means clustering.
<
br/>
This clip is from the chapter "Unsupervised Learning - K-Means Clustering" of the series "Practical Data Science Using Python".This section explains unsupervised learning -...
Instructional Video4:31
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Attribute Selectors

Higher Ed
In this video, we'll learn how to select a web element based on its attribute using CSS selectors. The tutorial explains how to differentiate between link elements and select a specific one by using its attribute. It gives a step-by-step...
Instructional Video2:14
Curated Video

Python In Practice - 15 Projects to Master Python - setattr( )

Higher Ed
This video explains the setattr( ) function.<br<br/>/>

This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video2:52
Curated Video

Python In Practice - 15 Projects to Master Python - hasattr( )

Higher Ed
This video explains the hasattr( ) function.<br<br/>/>

This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video3:16
Curated Video

Python In Practice - 15 Projects to Master Python - Adding, Modifying, and Deleting Class Attributes

Higher Ed
This video talks about adding, modifying, and deleting class attributes.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video9:16
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Object Attributes - Classes

Higher Ed
In the previous lesson, we created our object and class; now, we will look at adding attributes to the variables in the objects or creating fields in the object.
<
br/>
This clip is from the chapter "Classes" of the series "The...
Instructional Video2:41
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Methods or Object Functions

Higher Ed
You will learn to use keyword arguments to execute code and alter the behavior of the output.
<
br/>
This clip is from the chapter "Classes" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video8:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Classes and Objects - Classes - Inheritence

Higher Ed
After learning about classes and how to create our own class to create an object, we will now look at inheriting the attributes from one class to another.
<
br/>
This clip is from the chapter "Classes" of the series "The Ultimate...
Instructional Video3:38
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Class __slots__

Higher Ed
In this video, you will learn how to create tuples with classes where we cannot add any attributes to the tuples; you will learn to use the slots function to define attributes.
<
br/>
This clip is from the chapter "Object-Oriented...
Instructional Video2:29
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - @dataclass Decorator

Higher Ed
This video demonstrates how to create a Python dataclass.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
Instructional Video3:06
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - __getitem__() and __setitem__()

Higher Ed
You will learn to use the getitem and setitem functions with underscores.Â
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video5:26
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - AWS DynamoDB Core Concepts - Tables, Items, Attributes, Indexes

Higher Ed
This video explains the AWS DynamoDB core concepts—tables, items, attributes, indexes.
<
br/>
This clip is from the chapter "AWS DynamoDB Serverless NoSQL Data Persistence" of the series "AWS Serverless Microservices with Patterns...
Instructional Video5:17
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Analyzing AWS SQS and Polling Checkout Basket Event with Event Source Mappings

Higher Ed
This video helps in analyzing AWS SQS and polling checkout basket event with event source mappings.
<
br/>
This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series...
Instructional Video2:45
Curated Video

Hands-on .NET Minimal API for Web Developers - Using Attributes in Map Methods

Higher Ed
In this lesson, we will look at the various attributes used in Map methods for the web API.
<
br/>
This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Instructional Video2:28
Curated Video

Hands-on .NET Minimal API for Web Developers - Introduction - Improving Your Minimal API

Higher Ed
This lecture briefly summarizes the tricks to improve Minimal APIs and handle exceptions.
<
br/>
This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Instructional Video13:46
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Understanding API Gateway Synchronous Trigger to AWS Lambda

Higher Ed
This video helps with understanding the API Gateway synchronous trigger to AWS Lambda.
<
br/>
This clip is from the chapter "Building Microservices with AWS Lambda for Synchronous API-Driven Event Sources" of the series "AWS...
Instructional Video9:45
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Testing Serverless Basket Microservices CheckoutBasket EventBridge Async Flow - E2E Testing Basket and Ordering Microservices Sync and Async Invocations

Higher Ed
This video explains testing serverless basket microservices CheckoutBasket EventBridge async flow.
<
br/>
This clip is from the chapter "E2E Testing Basket and Ordering Microservices Sync and Async Invocations" of the series "AWS...
Instructional Video3:58
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Testing Ordering Microservices API Gateway Sync Flow - E2E Testing Basket and Ordering Microservices Event Source Mapping Polling

Higher Ed
This video explains testing ordering microservices API Gateway sync flow.
<
br/>
This clip is from the chapter "E2E Testing Basket and Ordering Microservices Event Source Mapping Polling" of the series "AWS Serverless Microservices...
Instructional Video11:06
Curated Video

Python - Object-Oriented Programming - Public and Private

Higher Ed
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...
Instructional Video3:12
Curated Video

Python - Object-Oriented Programming - Printing Objects

Higher Ed
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...
Instructional Video6:07
Curated Video

Python - Object-Oriented Programming - Methods as Attributes

Higher Ed
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...
Instructional Video4:24
Curated Video

Python - Object-Oriented Programming - Inheritance and Method Resolution Order Part 2

Higher Ed
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 -...
Instructional Video8:03
Curated Video

Python - Object-Oriented Programming - Getters and Setters

Higher Ed
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...