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. 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 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. This clip is from the chapter "AWS DynamoDB Serverless NoSQL Data Persistence" of the series "AWS Serverless Microservices with Patterns and Best...
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. This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS...
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. This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section takes us...
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. This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section takes us...
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. This clip is from the chapter "Building Microservices with AWS Lambda for Synchronous API-Driven Event Sources" of the series "AWS Serverless...
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. This clip is from the chapter "E2E Testing Basket and Ordering Microservices Sync and Async Invocations" of the series "AWS Serverless...
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. This clip is from the chapter "E2E Testing Basket and Ordering Microservices Event Source Mapping Polling" of the series "AWS Serverless Microservices with...
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. This clip is from the chapter "Basics of Object-Oriented...
Instructional Video6:07
Packt

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. This clip is from the chapter "Encapsulation" of the series "Python -...
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. This clip is from the chapter "Inheritance and Abstraction" of the series "Python - Object-Oriented...
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. This clip is from...
Instructional Video6:50
Curated Video

Python - Object-Oriented Programming - Class Attribute Versus Object Attribute

Higher Ed
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. This clip is...
Instructional Video6:37
Curated Video

Python - Object-Oriented Programming - Assignment 3

Higher Ed
In this assignment, you will learn to create a class for the weather condition. We will use two attributes such as temperature and status. This clip is from the chapter "Encapsulation" of the series "Python - Object-Oriented...
Instructional Video3:02
Curated Video

HTML Tutorial for Beginners(2022) - Table Rowspan and Colspan in HTML

Higher Ed
Learn how to use rowspan and colspan attributes to merge table columns and rows. This clip is from the chapter "HTML CSS Styles" of the series "HTML Tutorial for Beginners (2022)".Here, you will learn to create tables and add rows and...
Instructional Video3:04
Curated Video

HTML Tutorial for Beginners(2022) - Set Image on a Web Page in HTML

Higher Ed
Learn how to set an image on a web page in HTML. We will use the element to add an image. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into...
Instructional Video3:08
Curated Video

HTML Tutorial for Beginners(2022) - Set Image on a Web Page from an External Website

Higher Ed
Learn to set the source of the image to the tag from an external website. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page...
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. This clip is from the chapter "Encapsulation" of the series...
Instructional Video2:29
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Features in Data Science: Features Dimensions Activity

Higher Ed
In this video, we will cover features dimensions activity. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video16:17
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Pivot Table

Higher Ed
In this video, we will cover Pandas Pivot Table. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video12:46
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Merge

Higher Ed
In this video, we will cover Pandas Merge. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video6:49
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Introduction to NumPy

Higher Ed
In this video, we will cover an introduction to NumPy. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video4:05
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon DynamoDB Time to Live (TTL)

Higher Ed
This video explains the concept of Amazon DynamoDB TTL. This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn about the various AWS...
Instructional Video4:36
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon DynamoDB Indexes: Local Secondary Index (LSI) and Global Secondary Index (GSI)

Higher Ed
This video explains the LSI and GSI Amazon DynamoDB indexes. This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn about the various AWS...