Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Handling Check Box Dynamically
This video demonstrates how to handle a checkbox dynamically. This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores the...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Getting the Count of Options
This video explains how to get the count of options. This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores the different...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Example-GreenKart Application Part II
This is the second part of the three-part video that lets you work with the GreenKart application. This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Practice Exercise- Excel Driven Testing – Part 2
This video is the second part of the three-part video that presents another practice exercise on Excel driven testing. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Iterating Over Every Element of the JSON Array and Accessing Elements in It
This video explains how to iterate over every element of the JSON array and how to access its elements. This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from Scratch - REST...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - For Loops
This is a special type of loop that will cycle over all your items in an iterable (like a list or tuple). This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Retrieving JSON Nodes on Condition Logic Using the JSON Path
This video demonstrates how to retrieve the JSON nodes on condition logic using the JSON Path. This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from Scratch - REST Assured...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Filter
Ever need to filter through items in a list? The filter function lets you filter data very easily. A good example is skipping through the Uber Eats menu and going straight to McDonald's. You filtered everything else out. This clip is...
Curated Video
Python 3 for Beginners: Python Tuples - Immutable Lists
In this video, you will learn all about tuples in Python, how they differ from lists, and why they're useful. We'll cover the basics of creating a tuple, accessing its values by index, and looping through its items using a for loop....
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Use Loops to Iterate on Python Lists
This video demonstrates how to use loops to iterate on Python lists. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a...
Curated Video
Introduction to Selection and If Statements in Scratch Programming
In this tutorial, students learn about the concept of selection in programming using Scratch. They explore the 'if' statement to make the computer decide between two actions based on given conditions, such as determining if a person is...
Curated Video
Introduction to Variables in Scratch Programming
This video tutorial introduces the concept of variables in programming using Scratch. It explains how variables are like labeled boxes where you can store information, such as names, colors, or numbers. By using variables, you can store...
Curated Video
gRPC [Java] Master Class: Build Modern API and Microservices - Server Streaming API Server Implementation
[Hands-On] gRPC Server Streaming: Server Streaming API Server Implementation This clip is from the chapter "[Hands-On] gRPC Server Streaming" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section,...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Variable Arguments
Miscellaneous Topics: Variable Arguments This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Curated Video
Arduino for Beginners - 2022 Complete Course - Blink Multiple LEDs without delay ()
This video explains blinking multiple LEDs without delay (). This clip is from the chapter "Time Functionalities- Improve Your Programs and Multitask" of the series "Arduino for Beginners - 2022 Complete Course".This section explains...
Curated Video
The Art of Doing - Python Network Applications with Sockets - Online Multiplayer Game Part 9 - Creating a Game State on the Server
In this ninth part, we will work on ensuring the server is receiving updated client information by creating a game state on the server. This clip is from the chapter "Creating a Multiplayer Game with the Pygame Module" of the series "The...
Curated Video
The Art of Doing - Python Network Applications with Sockets - The Pygame Module - Creating a Game Window and Game Loop
In this video, you will learn how to create a game window and game loop. This clip is from the chapter "Creating a Multiplayer Game with the Pygame Module" of the series "The Art of Doing - Python Network Applications with Sockets".In...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Random Actions
This video talks about random actions. This clip is from the chapter "Trading Bot RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Trading Bot RL.
Mr Henry's Music World
Music Song for Kids: The Music House! [Learn the Elements of Music]
A fun music song for kids to learn all about the elements of music!
Curated Video
C++ Developer - Project - Return the Sum of Array Object Elements
This video presents a project to return the sum of array object elements. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Curated Video
Complete Modern C++ - Range-Based For Loop - II (C++11)
In this video, you will understand how the range-based for loop works internally. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Curated Video
Complete Modern C++ - Filesystem - directory_entry
In this video, you will understand the usage of the directory_entry class. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
Complete Modern C++ - std::set and std::multiset
In this video, learn about their features and understand how to use them. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 23 - Java Conditionals and If Statement – Introduction
This video talks about Java conditionals and if statement – introduction. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners -...