Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers
In this video, we will learn about Java for loop - exercises overview and first exercise prime numbers. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Python 3 for Beginners: Loops - For and While Statements Explained
In this educational video, you will learn about two important types of loops in Python: for and while loops. The video explains how to use for loops to perform actions on every item in a list, with examples that demonstrate how the code...
Curated Video
Node.js API Masterclass with Express and MongoDB - User Login
Authentication, Users & Permissions - Part 1: User Login This clip is from the chapter "Authentication, Users & Permissions - Part 1" of the series "Node.js API Masterclass with Express and MongoDB".This section is about Authentication,...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type
This video shows how to modify a data type of a variable. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...
Curated Video
Identifying Real World Ratios
In this short math video we will answer a standardized math test question where we are asked to identify ratios that represent a real world situation. We will identify two correct statements from a list of five. We will review how to...
Curated Video
Machine Learning Random Forest with Python from Scratch - Decision Making (if, else, elif)
Let's understand the fundamental element of any programming language: decision-making. We will look at the if, else, and elif statements. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Two Minute Music Theory
BUILD TO A CRESCENDO?! - TWO MINUTE MUSIC THEORY
This is very important. Please share to raise awareness of this important issue. You do not build to a crescendo.
Brian McLogan
ALG2 How to graph the identify equation for an inequality
ALG2 How to graph the identify equation for an inequality
Curated Video
The Modern JavaScript Bootcamp (2019) - Type Coercion
In this video, you’re going to learn about type coercion. Type coercion is the process of converting a value from one type, such as a number, to another type, such as a string. This clip is from the chapter "Expanding Our JavaScript...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Create Dynamic List
In this video, we'll create a dynamic list. This clip is from the chapter "JavaScript Document Object Model" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section describes JavaScript DOM. You will...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Condition Statements JavaScript
In this video, we'll cover condition statements JavaScript. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Brian McLogan
Systems with no solutions
In this video series I show you how to solve a system of equations using substitution. When solving using substitution we need to take one equation and solve for a variable. Sometimes an equation will already have a variable isolated. If...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD Filter
In this lesson, you will learn about Filter() function. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Variables - Data Types
This video explores the data types in Python. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of Python. In this...
Curated Video
Learn Go in 3 Hours - If/Else and For Statements
The if/else statement is present in many languages, as is the for statement. Go provides a unique twist on both. • This video covers the if/else and for statements in Go, how they are both similar and different to the same statements in...
Curated Video
Generate Random Data in Google Sheets
Sometimes I find it necessary to generate some random data in a spreadsheet, perhaps for testing out an addon or a formula, or when creating a resource for students to use. in this video, I demonstrate a very useful addon for Google...
Curated Video
Data Science and Machine Learning with R - Logical Operators
This video explains logical operators, This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Curated Video
Complete Modern C++ - Filesystem - Directory Functions
This video demonstrates the usage of directory manipulation functions for operations. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
Complete Modern C++ - Exception Handling - Part VI - (noexcept Keyword in C++11)
This video introduces the noexcept keyword. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Curated Video
Comprehensive Android Developer Bootcamp - QuestionBank Data Class - Part 2
Building a Trivia App:QuestionBank Data Class - Part 2 This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own Trivia App....
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Default Exports
In this video you'll explore another way you can export something from a module. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Curated Video
The Modern JavaScript Bootcamp (2019) - Filtering Arrays
In this video, you’re going to learn how to filter arrays. Imagine you want to filter all the todos down to just the todos that still need to be completed. This clip is from the chapter "Arrays" of the series "The Modern JavaScript...
Curated Video
The Modern JavaScript Bootcamp (2019) - If Statements
In this video, you’ll learn how to use if statements. These will let you conditionally run JavaScript code. This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the series "The Modern JavaScript Bootcamp...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to If Else Statement
In this video, we will learn about if else statement. 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 else...