Instructional Video17:53
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Classes and Objects in Java

Higher Ed
This video explains classes and objects in Java. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as classes,...
Instructional Video5:23
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Generics

Higher Ed
Generics: Generics This clip is from the chapter "Generics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Java Generic methods and classes.
Instructional Video16:24
Curated Video

Generating Random Numbers and Creating a Simple Math Game in Python

Pre-K - Higher Ed
In this video, the teacher covers the concepts of error handling using try and except in Python, generating random numbers for a math game, and creating a simple math quiz for users to input answers. The teacher demonstrates how to...
Instructional Video8:11
Curated Video

Arduino for Beginners - 2022 Complete Course - Data Types

Higher Ed
This video explains data types. This clip is from the chapter "Programming Basics for Arduino" of the series "Arduino for Beginners - 2022 Complete Course".This section explains Programming Basics for Arduino.
Instructional Video5:09
Curated Video

PEP8 Guidelines Python Clean Coding - Print Objects and Data Types

Higher Ed
This video explains how to print objects and data types in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Instructional Video14:42
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Checkbox Widgets

Higher Ed
This video explains creating checkbox widgets. This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts that is on...
Instructional Video10:00
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercise - Excel Driven Testing - 3

Higher Ed
This video presents the third part of the Excel driven testing practice exercise. This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video13:39
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Operators

Higher Ed
In this video, we will cover operators. 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 this section, we...
Instructional Video6:06
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Bool Data Type in Python

Higher Ed
In this video, we will cover Bool data type in Python. 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 Video9:31
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - String in Python: Strings

Higher Ed
In this video, we will cover strings. 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 this section, we...
Instructional Video17:55
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Conversion and Coercion

Higher Ed
This video explains conversion and coercion. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Instructional Video2:03
Brian McLogan

What are Additive Inverses

12th - Higher Ed
👉 Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Instructional Video4:34
Curated Video

Complete Modern C++ - std::variant - II

Higher Ed
In this video, we will examine construction and initialization of variant members in depth. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video16:09
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Blink 1 LED

Higher Ed
In this lecture, we are going to blink 1 LED This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this important section, we are going to learn how...
Instructional Video7:50
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Parallel Arrays/ArrayLists

Higher Ed
This video is the first project of this section where you would prompt the user to enter name and age of 5 individuals. You will then print this data in the form of a statement. This clip is from the chapter "Arrays and ArrayLists" of...
Instructional Video10:45
Curated Video

REST APIs with Flask and Python - Tables and Columns in SQLAlchemy

Higher Ed
This video explains tables and columns in SQLAlchemy. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and Python".This section explains all the aspects of simplifying storage...
Instructional Video8:57
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Introduction to Arrays

Higher Ed
This video presents an introduction to arrays. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as classes,...
Instructional Video6:37
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Data Types in Python

Higher Ed
This video explains data types in Python. This clip is from the chapter "Getting Started with Python Basics" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains the fundamentals needed for...
Instructional Video3:42
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Final method, variable and class

Higher Ed
Modifiers: Final method, variable and class This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Access Modifiers, Final method,...
Instructional Video7:46
Curated Video

Arduino for Beginners - 2022 Complete Course - Use a Switch Structure to Handle IR Commands

Higher Ed
This video explains using a switch structure to handle IR commands. This clip is from the chapter "IR Remote Controller- Make Your Projects More Interactive" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Instructional Video4:04
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 02 - Validate User Input

Higher Ed
This is the second activity video to validate user input. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on...
Instructional Video5:37
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Numerical Datatypes

Higher Ed
Let's learn about numbers such as integers, decimals, fractions, long integers, ands complex numbers. This clip is from the chapter "Numbers" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video3:53
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Hinting Datatypes

Higher Ed
In this video, you will learn about Python type hints, Python type hint list such as a list of strings, Python type for dictionary, or dict key value. This clip is from the chapter "Modules" of the series "The Ultimate Guide to Python...
Instructional Video6:08
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Using Item Loaders for Data Processing in Scrapy

Higher Ed
In this video, you will learn how to use item classes and item loaders in Scrapy to structure and process web data. You will see how to convert string data into numeric values and remove unwanted characters using input and output...