Hi, what do you want to do?
Curated Video
The Complete Python Course - How to Create a Set
Here, you will learn about creating a set and create another project called demo.py.
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of...
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of...
Curated Video
The Complete Python Course - Creating a List in Python
In this video, you will learn how to create a list in Python and populate the list.
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in...
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Slicing with Steps
You will learn to slice or remove elements from an array using the slice method.Â
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Iterating over Sequence Data Types
You will learn to manipulate data in a list using iterations and the for loop instead of the while loop and index.
<
br/>
This clip is from the chapter "For Loops" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "For Loops" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - enumerate() Function
We will look at running a for loop to print the items on an object. You will also learn to use the range or length of a function or index.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate...
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - .items() Method
We will look at running a for loop on the dictionary using the slice syntax and an often-forgotten method—item().
<
br/>
This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming...
<
br/>
This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Structuring Data into Scrapy Item
In this tutorial, we learned about Scrapy items and item loaders, which can help us structure our web scraping data. We followed along with creating a simple scraper for travel products and used CSS selectors to extract information such...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Saving Data to MongoDB
In this educational video, we will learn how to connect to a MongoDB database and save data using item pipelines. The video walks us through the three steps of connecting to the database, creating a client attribute, establishing the...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getAllProducts Methods for Product Lambda Microservice with DynamoDB
This video talks about developing getAllProducts methods for product Lambda microservice with DynamoDB.
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getAllOrders Methods for Ordering Lambda Microservice with DynamoDB
This video explains developing getAllOrders methods for ordering Lambda microservice with DynamoDB.
<
br/>
This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the series...
<
br/>
This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the series...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getAllBaskets Methods for Basket Lambda Microservice with DynamoDB
This video talks about developing getAllBaskets methods for basket Lambda microservice with DynamoDB.
<
br/>
This clip is from the chapter "Developing Basket Lambda Microservices Functions with AWS SDK" of the series "AWS Serverless...
<
br/>
This clip is from the chapter "Developing Basket Lambda Microservices Functions with AWS SDK" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing "prepareOrderPayload" of Checkout Basket Function with EventBridge
This video helps in developing "prepareOrderPayload" of checkout basket function with EventBridge.
<
br/>
This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series...
<
br/>
This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing "deleteBasket" of Checkout Basket Function with EventBridge Client
This video demonstrates developing "deleteBasket" of checkout basket function with EventBridge Client.
<
br/>
This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the...
<
br/>
This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the...
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.
<
br/>
This clip is from the chapter "AWS DynamoDB Serverless NoSQL Data Persistence" of the series "AWS Serverless Microservices with Patterns...
<
br/>
This clip is from the chapter "AWS DynamoDB Serverless NoSQL Data Persistence" of the series "AWS Serverless Microservices with Patterns...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Analyzing Checkout Basket Function in Basket Microservices
This video demonstrates analyzing checkout basket function in basket microservices.
<
br/>
This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series "AWS Serverless...
<
br/>
This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" 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.
<
br/>
This clip is from the chapter "E2E Testing Basket and Ordering Microservices Sync and Async Invocations" of the series "AWS...
<
br/>
This clip is from the chapter "E2E Testing Basket and Ordering Microservices Sync and Async Invocations" of the series "AWS...
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.
<
br/>
This clip is from the chapter "E2E Testing Basket and Ordering Microservices Event Source Mapping Polling" of the series "AWS Serverless Microservices...
<
br/>
This clip is from the chapter "E2E Testing Basket and Ordering Microservices Event Source Mapping Polling" of the series "AWS Serverless Microservices...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Test - RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB
This video is about testing RESTful microservices with AWS Lambda, API Gateway, and DynamoDB.
<
br/>
This clip is from the chapter "Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB" of the series "AWS...
<
br/>
This clip is from the chapter "Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB" of the series "AWS...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Add the For Each CSV File Activity and Test Ingestion
This video explains how to add the For Each CSV file activity and test ingestion.<br<br/>/>
This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Add Filter by CSV
This video demonstrates how to add filter by CSV.<br<br/>/>
This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Understanding Flexbox Concept in CSS
This video helps in understanding the Flexbox concept in CSS.
<
br/>
This clip is from the chapter "CSS 3 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on CSS 3 and...
<
br/>
This clip is from the chapter "CSS 3 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on CSS 3 and...
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 - 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 - 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...