Instructional Video4:40
Curated Video

Multiplying Rational Numbers

K - 8th
“Multiplying Rational Numbers” will review the rules and procedures for multiplying rational numbers.
Instructional Video14:34
Virtually Passed

4.0 A better way to understand Differential Equations | Nonlinear Dynamics | Index Theory

Higher Ed
Index theory is a method used to gain global information about a nonlinear differential equation. One powerful insight is that closed orbits (periodic solutions) must have at least one fixed point inside of the curve. In fact, for a...
Instructional Video4:06
Curated Video

Understanding Rational and Irrational Numbers: Identifying Decimal Patterns

9th - 12th
In this video, the teacher discusses the concept of rational and irrational numbers by analyzing a specific number value and four statements about it. Through a clear and concise explanation of integers, whole numbers, and fractions, the...
Instructional Video11:35
Science Buddies

How to Use a Potentiometer with Arduino analogRead

K - 5th
Learn how to use a potentiometer with one of the Arduino's analog input pins and the analogRead function. Visit the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video5:55
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Arithmetic Operations on Variables-1

Higher Ed
In this lesson, we will explore arithmetic operations on variables. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on important basic concepts related to...
Instructional Video11:24
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Type Casting

Higher Ed
This session covers the concept of type casting in details. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on important basic concepts related to Scala.
Instructional Video6:16
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (Logical Operators)

Higher Ed
Let's discuss the solution to the quiz we saw in the previous lesson. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video4:59
Curated Video

Structural Design Patterns in Modern C++ - Single-Responsibility, Open-d, Liskov Substitution, Interface Segregation, and Dependency Inversion (S.O.L.I.D.) Principles - Part II

Higher Ed
This is the second part of the three-part video that explains the S.O.L.I.D principles. This clip is from the chapter "Introduction" of the series "Structural Design Patterns in Modern C++".This section introduces you to design patterns...
Instructional Video3:09
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $types Operator

Higher Ed
In this video, we will learn about the $types Operator. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover query and...
Instructional Video4:40
Curated Video

R Programming for Statistics and Data Science - Data Types in R - Integers and Doubles

Higher Ed
This video explains data types in R - integers and doubles. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Instructional Video3:44
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (User Input and Type Casting)

Higher Ed
Let's discuss the solution to the quiz question from our previous session. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on important basic concepts...
Instructional Video5:06
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (nested if else)

Higher Ed
In this video session, we will discuss the solution for the quiz we saw in our previous session. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow...
Instructional Video4:07
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (if statement)

Higher Ed
Let's discuss the solution to the quiz question we saw in our previous lesson. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video6:43
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (For Loop)

Higher Ed
Let's discuss the solution to the quiz on for loop in this session. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video5:06
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (Basic Functions)

Higher Ed
Let's discuss the solution of the quiz on basic functions in this session. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its...
Instructional Video3:27
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Structure Code

Higher Ed
In this session, we will start creating the basic project structure. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the...
Instructional Video5:13
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Named Arguments

Higher Ed
This session covers functions with named arguments. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.
Instructional Video4:39
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - ListBuffer Introduction

Higher Ed
In this lesson, we will discuss ListBuffer. A ListBuffer is a collection that contains mutable data. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses...
Instructional Video5:25
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Functions Common Issues

Higher Ed
Learn the basic errors and common issues that you might encounter when using functions. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on...
Instructional Video4:01
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Creating Maps

Higher Ed
In this lesson, you will learn how to create maps in Scala. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Instructional Video6:20
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Basic Structure

Higher Ed
In this session, we will work on creating the basic structure for our project. This clip is from the chapter "Classes" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on classes.
Instructional Video5:16
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Anonymous Functions

Higher Ed
In this lesson, you will learn all about the anonymous functions of Scala. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its...
Instructional Video3:25
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Add and Remove Item from the Set

Higher Ed
In this session, we will learn how to add items and remove items from sets. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and...
Instructional Video15:34
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Misc Transformations

Higher Ed
In this video, we will cover Misc transformations. This clip is from the chapter "Spark Dataframe and Dataset Transformations" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will learn...