Instructional Video7:18
Curated Video

Intro To Python Programming - Input

Pre-K - Higher Ed
So far the code we've written has all of the variable values hard coded, so we get the same ouput every time we run the program. Now we'll learn to take user input so we can process information provided by the user.
Instructional Video9:32
Curated Video

Python - Object-Oriented Programming - Creating Bank Account Object: Attributes

Higher Ed
After learning how to define an object, we will consider a bank account as an object and learn how to create it and understand its attributes. This clip is from the chapter "Basics of Object-Oriented Programming" of the series "Python -...
Instructional Video6:28
TLDR News

Johnson Resigns: What the Hell Happens Now?

12th - Higher Ed
Following record numbers of resignations, Boris Johnson has submitted to political pressure and resigned as Prime Minister. But... What the hell happens now? In this video, we discuss Johnson's speech and the process of rebuilding a new...
Instructional Video12:37
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Ways of Initializing Arrays and Assigning Objects

Higher Ed
This video demonstrates ways of initializing arrays and assigning objects. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video14:06
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Reusing Functions with Variable Data

Higher Ed
This video explains how to reuse functions with variable data. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video10:23
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Execute Tests in Chrome Headless Mode?

Higher Ed
This video explains how to execute tests in Chrome using the Headless Mode. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video6:26
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Explaining Function Overloading in Java with an Example

Higher Ed
This video explains function overloading in Java with an example. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video6:51
Catalyst University

Buffers Henderson-Hasselbalch Equation with One Equation One Unknown

Higher Ed
Calculation of pH with known species concentration and pKa
Instructional Video1:59
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Stage File

Higher Ed
This video explains the concept of a stage file. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file lifecycle. It also explains...
Instructional Video3:51
Curated Video

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

Higher Ed
In this video, understand how to use std::optional to represent return type of functions that may not return a value every time. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video17:37
Curated Video

The Modern JavaScript Bootcamp (2019) - Async/Await

Higher Ed
In this lesson, you’re going to learn about async functions and the await operator, also known as async/await. Async/await allows you to create asynchronous promise-based code that looks like standard synchronous code. This clip is from...
Instructional Video13:44
Curated Video

The Modern JavaScript Bootcamp (2019) - Converting To-Do App: Part II

Higher Ed
In this video, we’ll wrap up the solution for the to-do app challenge. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the series "The Modern JavaScript Bootcamp (2019)".In this section, we’ll...
Instructional Video15:13
Curated Video

The Modern JavaScript Bootcamp (2019) - Promise Chaining

Higher Ed
In this lesson, you’re going to explore promise chaining. Promise chaining makes it easy to link together multiple promises and do one thing after something else has finished. This clip is from the chapter "Asynchronous JavaScript" of...
Instructional Video11:59
Curated Video

The Modern JavaScript Bootcamp (2019) - Converting to Promises

Higher Ed
In this challenging lesson, it’s up to you to switch from the callback pattern to promises. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you...
Instructional Video6:46
Curated Video

The Modern JavaScript Bootcamp (2019) - A Fetch Challenge

Higher Ed
In this challenging lesson, it’s up to you to make an HTTP request with the Fetch API. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand...
Instructional Video4:42
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Updating GraphQL Resolvers to use the Database

Higher Ed
Adding a database for GraphQL: Updating GraphQL Resolvers to use the Database This clip is from the chapter "Adding a database for GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section shows how to add a...
Instructional Video5:28
Curated Video

Practical GraphQL - Become a GraphQL Ninja - File (Image) Uloading using the Frontend (React, Cloudinary, GraphQL)

Higher Ed
Authentication via React and GraphQL: File (Image) Uloading using the Frontend (React, Cloudinary, GraphQL) This clip is from the chapter "Authentication via React and GraphQL" of the series "Practical GraphQL - Become a GraphQL...
Instructional Video5:10
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Programming Examples Using 'for' Loop

Higher Ed
This video provides programming examples using "for" loop. This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
Instructional Video6:17
Curated Video

REST APIs with Flask and Python - Advanced Request Parsing with Flask-RESTful

Higher Ed
This video explains how to create an advanced request parsing with Flask-RESTful. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the...
Instructional Video13:45
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Reusing Functions with Different Data

Higher Ed
This video demonstrates how to reuse functions with different data. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basics...
Instructional Video6:38
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - How to Handle with Static JSON Payloads

Higher Ed
This video explains how to handle with static JSON payloads. This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video8:32
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Java Program Principles

Higher Ed
This video explains the Java program principles. 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 Video9:04
Curated Video

pandas for Python - A Quick Guide - Handling Missing Values and Duplicates

Higher Ed
During the data analysis, significant time is spent on data cleaning and transformation. Pandas provides the tool to handle such data. In this video, you will learn about handling missing data and duplicates. You will learn to eliminate...
Instructional Video8:30
Curated Video

Data Analytics using Python Visualizations - Bubble Charts with Vectorization of Properties

Higher Ed
This video explains bubble charts with vectorization of properties. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains...