Instructional Video2:10
Curated Video

Matter and its Construction: Heat of Fusion and Vaporization

K - 8th
By the end of this learning object, the student will be able to: Recognize the concept of heat of fusion and vaporization16331
Instructional Video3:23
Wonderscape

The Importance of Cells in Living Organisms

K - 5th
Explore the significance of cells, the smallest living units in all organisms, in maintaining life. Understand how cells provide structure, convert nutrients into energy, carry out specialized functions, and contain hereditary material....
Instructional Video2:34
Curated Video

The Rise of Hybrid Cars

Pre-K - Higher Ed
It s time for the SUV or Sports Utility Vehicle to move over....now it s the HYBRID s turn. New York s Mayor Michael Bloomberg has announced the entire 13,000 New York taxi cab network would be converted to Hybrid vehicles by 2012.
Instructional Video5:07
Science Buddies

Obstacle Detecting Glasses with Arduino

K - 5th
Design glasses with a built-in distance sensor and buzzer to warn blind people of an approaching obstacle.
Instructional Video6:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Tuples

Higher Ed
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD. This clip is from the chapter "Introduction to Python" of the series "Machine...
Instructional Video6:48
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error

Higher Ed
Let's learn to use the power of ChatGPT to fix errors or issues that may arise in our pairs trading strategy and to effectively communicate with ChatGPT to seek solutions or guidance on fixing trading errors, discrepancies, or challenges...
Instructional Video4:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - Type Coercion

Higher Ed
In this video, we will cover type coercion in JavaScript, which is the process of converting one data type to another. We will explore implicit and explicit type coercion and learn how to avoid common pitfalls when working with type...
Instructional Video10:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Type Conversion

Higher Ed
In this video, we will cover type conversion in JavaScript, including implicit and explicit conversion, and how to convert between data types. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Instructional Video10:07
Curated Video

Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-2

Higher Ed
In this video, you will learn to implement the accuracy method to help determine our model's performance. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video11:42
Curated Video

Machine Learning: Random Forest with Python from Scratch - Importing Data, Helper Functions

Higher Ed
Before creating a decision tree, we will first learn to import our dataset using Pandas. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video11:13
Curated Video

Machine Learning: Random Forest with Python from Scratch - Reading and Manipulating Dataset

Higher Ed
Previously, you learned how to read a dataset; now, we will look at manipulating the data and using a sample dataset in our code. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video3:21
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Modifying String Literals in Rust

Higher Ed
This is a solution video on modifying string literals in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Instructional Video5:04
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - String Object Methods in Rust

Higher Ed
In this video, you will learn about the different methods available on the String object in Rust and how to use them effectively in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming...
Instructional Video8:06
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Number Methods

Higher Ed
In this video, you will learn about the various Number methods available in JavaScript, which include isNaN, isFinite, toExponential, and toPrecision, among others. We will understand how to use these methods to perform operations on...
Instructional Video3:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript

Higher Ed
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...
Instructional Video7:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Looping Through Arrays in JavaScript

Higher Ed
In this video, you will learn how to loop through arrays in JavaScript using different methods such as for loops, for…of loops, forEach() method, and map() method. This clip is from the chapter "Data Structures - From Zero to...
Instructional Video3:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions

Higher Ed
In this video, we will discuss the solution to the exercise on using Assembly to run byte conversions from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero...
Instructional Video3:26
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Use Assembly to Run Byte Conversions

Higher Ed
This is an exercise video on using Assembly to run byte conversions. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Instructional Video3:40
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Access Library Using A for B Pattern

Higher Ed
This is an exercise video on accessing a library using the A for B pattern. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video6:46
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Destructuring and Multiple Returns from Functions in Solidity

Higher Ed
In this video, you will learn how to use destructuring and multiple returns from functions in Solidity. Destructuring is the process of breaking down a data structure into smaller parts. In Solidity, destructuring is used to extract data...
Instructional Video3:19
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Bits and Bytes

Higher Ed
In this video, we will discuss the solution to the exercise on bits and bytes from the previous video. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity...
Instructional Video9:58
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bits and Units - Conversion in Solidity

Higher Ed
In this video, you will learn about bits and units and how to convert them in Solidity. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course - Zero to...
Instructional Video3:45
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools

Higher Ed
This video explains how to build automation tools, which are supporting tools that can execute a number of different tasks for developers creating an application. This clip is from the chapter "Web Developer Tools" of the series "Web...
Instructional Video2:46
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Wrapper Classes - an Introduction - Why and What?

Higher Ed
In this video, you will learn about Java wrapper classes—an introduction—why and what.