Curated Video
Core Java Programming Course- Nested If - Condition
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...
Packt
Quick Sort Complexity
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.
Packt
Invert Binary Tree – Part 2
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...
Curated Video
Alteryx for Beginners - Filter Tool (Text Example)
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.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Section final project objective and motivation
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood
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,...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Matching an Author's Email against a Regular Expression
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...
Curated Video
Understanding Color Blindness
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
The Business Professor
Negotiable Instruments - Explained
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...
Python Programmer
EDA Python - 15-1List-dictionary_Comprehensions
Python has a way of creating lists and dictionaries known as comprehensions. They are concise and very pythonic. They're covered in this video.
Packt
Debugging the Code to Understand How the Flow is Built
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...
APMonitor
Python 🐍 Loops
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.
Englishing
First Conditional (2nd episode) (MUST WATCH even the 1st EPISODE !!)
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...
Let's Tute
Building a Basic Dashboard with Countifs and Sumifs in Microsoft Excel
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...
Curated Video
Ansible for the Absolute Beginner - Conditionals
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.
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Importance of Readline and the Readline Method
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Logical Functions
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - If Else Statement – Puzzles
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...
JJ Medicine
Clinical Depression Signs & Symptoms (& How It's Diagnosed)
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...
Barcroft Media
The Besties With Albinism
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...
Curated Video
Alteryx for Beginners - Filter Tool (Date Example)
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.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Build your own generators using yield
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...
IDG TECHtalk
Using Python dataclasses to simplify managing class objects
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...
Programming Electronics Academy
Arduino Sketch with millis() instead of delay()
Arduino Sketch with millis() instead of delay()