Instructional Video7:59
Curated Video

Centre of Gravity: Finding the Balance Point of Irregular Objects

6th - 12th
We use a plumb line and hook to find the centre of gravity of an irregularly shaped piece of card. A hole is punched in the card and it is suspended from the hook. A plumb line is used to let us draw the vertical line under the hole on...
Instructional Video4:24
Curated Video

What Am I Unit 86

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video6:32
Curated Video

Listening Test 21

Pre-K - 3rd
Develop your English listening skills while taking a test.
Instructional Video12:54
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Collectable Items

Higher Ed
In this video, you will learn how to download and incorporate collectible item packs into our game to make it more interactive.
Instructional Video9:11
Curated Video

Machine Learning: Random Forest with Python from Scratch - Lists

Higher Ed
We shall look at the following datatype: lists, mutable (changeable) after creation. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Instructional Video8:12
Curated Video

Machine Learning: Random Forest with Python from Scratch - Decision Making (nested if)

Higher Ed
Continuing with the decision-making lesson, we will understand what a nested if statement is. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video9:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video8:36
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dictionaries

Higher Ed
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
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 Video12:00
Curated Video

Machine Learning: Random Forest with Python from Scratch - Strings

Higher Ed
Here, we will look at the second datatype, strings, which are characters, used to represent text instead of numbers. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
Instructional Video13:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Movie Details Page

Higher Ed
In this video, we will create a movie details page that displays more information about a selected movie. We will fetch additional data from the API and use a template literal to dynamically render the content. This clip is from the...
Instructional Video4:50
Curated Video

Modern JavaScript from the Beginning - Second Edition - Try...Catch Statements

Higher Ed
In this video, we will take a closer look at the try/catch statement and how it works to catch errors in JavaScript. We will cover how to use multiple catch blocks, rethrow errors, and catch errors in async functions. This clip is from...
Instructional Video6:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Handling Multiple Promises with promise.all()

Higher Ed
In this video, you will learn how to use the Promise.all() method to handle multiple Promises at once. We will see how to wait for multiple Promises to resolve and how to handle errors if any of the Promises are rejected. This method can...
Instructional Video8:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Items to Local Storage

Higher Ed
In this video, you will learn how to add items to the shopping list using local storage. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a shopping...
Instructional Video8:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - InnerHTML Versus createElement()

Higher Ed
This video explains the difference between using innerHTML and createElement() to add HTML elements to the DOM. It covers the advantages and disadvantages of each method. This clip is from the chapter "DOM Manipulation" of the series...
Instructional Video5:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - For...of Loop

Higher Ed
In this video, you will learn about the for...of loop in JavaScript, which allows us to iterate over the values of an iterable object. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern...
Instructional Video11:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - For Loop

Higher Ed
In this video, we will explore the for loop in JavaScript, which allows us to iterate over a set of values. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...
Instructional Video12:23
Curated Video

Modern JavaScript from the Beginning - Second Edition - Truthy and Falsy

Higher Ed
This video explains the concept of truthy and falsy values in JavaScript, which can be used to simplify our code when checking for conditions. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Instructional Video3:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - Calculator Challenge

Higher Ed
In this video, we will be presented with a challenge to create a simple calculator using the concepts covered in this section. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the Beginning".In...
Instructional Video10:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - More on Arguments and Parameters

Higher Ed
This video discusses the differences between arguments and parameters in JavaScript, and how to use them effectively in our functions. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Instructional Video8:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Dates and Times

Higher Ed
In this video, we will cover working with dates and times in JavaScript. We will explore the Date object, which provides built-in methods for working with dates and times, as well as common date and time formats. This clip is from the...
Instructional Video5:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Working with Numbers

Higher Ed
In this video, we will cover the basics of working with numbers in JavaScript. We will explore number literals, operators, and common methods for working with numbers. This clip is from the chapter "Variables, Data Types, Methods, and...
Instructional Video5:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Immediately Invoked Function Expressions (IIFE)

Higher Ed
In this video, you will learn about immediately invoked function expressions (IIFE) and how they are used in JavaScript. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...