Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - __getitem__() and __setitem__()
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS DynamoDB Core Concepts - Tables, Items, Attributes, Indexes
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Analyzing AWS SQS and Polling Checkout Basket Event with Event Source Mappings
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...
Curated Video
Hands-on .NET Minimal API for Web Developers - Using Attributes in Map Methods
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...
Curated Video
Hands-on .NET Minimal API for Web Developers - Introduction - Improving Your Minimal API
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Understanding API Gateway Synchronous Trigger to AWS Lambda
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...
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
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...
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
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...
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. This clip is from the chapter "Basics of Object-Oriented...
Packt
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. This clip is from the chapter "Encapsulation" of the series "Python -...
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. 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. This clip is from...
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. This clip is...
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. This clip is from the chapter "Encapsulation" of the series "Python - Object-Oriented...
Curated Video
HTML Tutorial for Beginners(2022) - Table Rowspan and Colspan in HTML
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...
Curated Video
HTML Tutorial for Beginners(2022) - Set Image on a Web Page in HTML
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...
Curated Video
HTML Tutorial for Beginners(2022) - Set Image on a Web Page from an External Website
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...
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. This clip is from the chapter "Encapsulation" of the series...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Features in Data Science: Features Dimensions Activity
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Pivot Table
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Merge
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Introduction to NumPy
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon DynamoDB Time to Live (TTL)
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon DynamoDB Indexes: Local Secondary Index (LSI) and Global Secondary Index (GSI)
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...