Instructional Video11:07
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Handling Check Box Dynamically

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

Selenium Python Automation Testing from Scratch and Frameworks - Getting the Count of Options

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

Selenium Python Automation Testing from Scratch and Frameworks - Example-GreenKart Application Part II

Higher Ed
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...
Instructional Video10:59
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Practice Exercise- Excel Driven Testing – Part 2

Higher Ed
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...
Instructional Video10:05
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Iterating Over Every Element of the JSON Array and Accessing Elements in It

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

Python for Everybody: The Ultimate Python 3 Bootcamp - For Loops

Higher Ed
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...
Instructional Video7:36
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving JSON Nodes on Condition Logic Using the JSON Path

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

Python for Everybody: The Ultimate Python 3 Bootcamp - Filter

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

Python 3 for Beginners: Python Tuples - Immutable Lists

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

Practical Python: Learn Python Basics Step by Step- Python 3 - Use Loops to Iterate on Python Lists

Higher Ed
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...
Instructional Video10:29
Curated Video

Introduction to Selection and If Statements in Scratch Programming

Pre-K - Higher Ed
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...
Instructional Video13:28
Curated Video

Introduction to Variables in Scratch Programming

Pre-K - Higher Ed
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...
Instructional Video5:49
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - Server Streaming API Server Implementation

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

Java Interview Guide : 200+ Interview Questions and Answers - Variable Arguments

Higher Ed
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.
Instructional Video12:18
Curated Video

Arduino for Beginners - 2022 Complete Course - Blink Multiple LEDs without delay ()

Higher Ed
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...
Instructional Video20:21
Curated Video

The Art of Doing - Python Network Applications with Sockets - Online Multiplayer Game Part 9 - Creating a Game State on the Server

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

The Art of Doing - Python Network Applications with Sockets - The Pygame Module - Creating a Game Window and Game Loop

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

Reinforcement Learning and Deep RL Python Theory and Projects - Random Actions

Higher Ed
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.
Instructional Video3:54
Mr Henry's Music World

Music Song for Kids: The Music House! [Learn the Elements of Music]

K - 5th
A fun music song for kids to learn all about the elements of music!
Instructional Video4:23
Curated Video

C++ Developer - Project - Return the Sum of Array Object Elements

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

Complete Modern C++ - Range-Based For Loop - II (C++11)

Higher Ed
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,...
Instructional Video7:01
Curated Video

Complete Modern C++ - Filesystem - directory_entry

Higher Ed
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
Instructional Video5:43
Curated Video

Complete Modern C++ - std::set and std::multiset

Higher Ed
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.
Instructional Video7:59
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 23 - Java Conditionals and If Statement – Introduction

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