Instructional Video5:38
Curated Video

Core Java Programming Course- Nested If - Condition

Higher Ed
This video explains the "Nested If" condition. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the basic concepts that...
Instructional Video12:47
Packt

Quick Sort Complexity

Higher Ed
This video focuses on the quick sort complexity. This clip is from the chapter "Algorithm: Sorting Advanced" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of advanced sorting.
Instructional Video12:45
Packt

Invert Binary Tree – Part 2

Higher Ed
This is the second part of the two-part video that explains a problem based on invert binary tree. This clip is from the chapter "Question 7: Invert Binary Tree" of the series "Data Structures and Algorithms: The Complete...
Instructional Video5:59
Curated Video

Alteryx for Beginners - Filter Tool (Text Example)

Higher Ed
This video explains how to use the Filter tool for textual data in Alteryx. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video16:40
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Section final project objective and motivation

Higher Ed
Implement the bubble sort algorithm step by step This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video12:17
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood

Higher Ed
An introductory look at branching and how it works including real code examples from projects built in the course in later sections This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...
Instructional Video7:22
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Matching an Author's Email against a Regular Expression

Higher Ed
This video demonstrates how to match an author's email against a regular expression. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks...
Instructional Video5:00
Curated Video

Understanding Color Blindness

Pre-K - Higher Ed
This video provides an explanation of color blindness, also known as color vision deficiency. It discusses the causes, types, and effects of color blindness. Colors part 7/9
Instructional Video3:11
The Business Professor

Negotiable Instruments - Explained

Higher Ed
A commercial document that can be free traded between individuals is generally considered negotiable or known as a negotiable instrument. This video explains what is a negotiable instrument? What are the requirements for a commercial...
Instructional Video3:37
Python Programmer

EDA Python - 15-1List-dictionary_Comprehensions

Higher Ed
Python has a way of creating lists and dictionaries known as comprehensions. They are concise and very pythonic. They're covered in this video.
Instructional Video19:51
Packt

Debugging the Code to Understand How the Flow is Built

Higher Ed
This video explains how to debug the code to understand how flow is built. This clip is from the chapter "Deep Dive into Functional Testing with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video26:15
APMonitor

Python 🐍 Loops

10th - Higher Ed
There are two basic types of loops including for and while. A for loop is to repeat code a predetermined number of times. A while loop is to repeat code but where the stopping condition may not be known before the loop starts.
Instructional Video7:17
Englishing

First Conditional (2nd episode) (MUST WATCH even the 1st EPISODE !!)

9th - Higher Ed
This is the 2nd episode on the first conditional. It is suggested you first watch the 1st episode and then this one. On this lesson, Mr. P./Marc will delve into five other uses of this conditional by giving their formulas and two...
Instructional Video5:07
Let's Tute

Building a Basic Dashboard with Countifs and Sumifs in Microsoft Excel

9th - Higher Ed
In this Microsoft Excel tutorial, you will learn how to build a basic dashboard using Countifs and sumifs with multiple conditions. The tutorial covers data validation, selecting criteria ranges, and freezing cells to update data and...
Instructional Video4:12
Curated Video

Ansible for the Absolute Beginner - Conditionals

Higher Ed
This video explains the concept of conditionals in Ansible. This clip is from the chapter "Conditionals" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on conditional statements in Ansible.
Instructional Video9:36
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Importance of Readline and the Readline Method

Higher Ed
This video explains the importance of readline and the readline method. This clip is from the chapter "Reading and Writing Files in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section...
Instructional Video9:45
Curated Video

The Complete Excel Guide: Beginners to Advanced - Logical Functions

Higher Ed
The aim of this video is to explore logical functions. This clip is from the chapter "Excel 2019 Advanced: Logical Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore what logical...
Instructional Video8:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - If Else Statement – Puzzles

Higher Ed
In this video, we will learn about if else statement – puzzles. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
Instructional Video12:26
JJ Medicine

Clinical Depression Signs & Symptoms (& How It's Diagnosed)

Higher Ed
Clinical Depression (aka Major Depressive Disorder) Signs & Symptoms (& How It's Diagnosed) Major depressive disorder (MDD) is a psychological condition involving low/depressed mood (& other symptoms )that causes significant impairment...
Instructional Video5:21
Barcroft Media

The Besties With Albinism

Higher Ed
TWO teenage girls have become best friends due to both having albinism. Lucy Carpenter, 14, and Sammy McCombe, 13, from Melbourne, Australia, have a rare form of albinism.The mothers of the teenagers immediately noticed something was...
Instructional Video4:54
Curated Video

Alteryx for Beginners - Filter Tool (Date Example)

Higher Ed
This video explains with an example how to use the Filter tool for date data in Alteryx. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video12:54
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Build your own generators using yield

Higher Ed
An in-depth look at building if elif and else blocks using conditional tests and boolean values This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video3:16
IDG TECHtalk

Using Python dataclasses to simplify managing class objects

Higher Ed
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Instructional Video13:48
Programming Electronics Academy

Arduino Sketch with millis() instead of delay()

Higher Ed
Arduino Sketch with millis() instead of delay()