Curated Video
Matter and its Construction: Heat of Fusion and Vaporization
By the end of this learning object, the student will be able to: Recognize the concept of heat of fusion and vaporization16331
Wonderscape
The Importance of Cells in Living Organisms
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....
Curated Video
The Rise of Hybrid Cars
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.
Science Buddies
Obstacle Detecting Glasses with Arduino
Design glasses with a built-in distance sensor and buzzer to warn blind people of an approaching obstacle.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Tuples
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Type Coercion
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Type Conversion
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-2
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Importing Data, Helper Functions
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Reading and Manipulating Dataset
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Modifying String Literals in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - String Object Methods in Rust
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Number Methods
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Looping Through Arrays in JavaScript
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Use Assembly to Run Byte Conversions
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Access Library Using A for B Pattern
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Destructuring and Multiple Returns from Functions in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Bits and Bytes
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bits and Units - Conversion in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Wrapper Classes - an Introduction - Why and What?
In this video, you will learn about Java wrapper classes—an introduction—why and what.