Instructional Video4:48
Wonderscape

Albert Einstein’s Early Life and Path to Scientific Discovery

K - 5th
This video explores the early life of Albert Einstein, from his birth in Germany in 1879 to his studies at the Federal Polytechnic Institute in Switzerland. Learn how Einstein's curiosity and persistence led him to a job at the Swiss...
Instructional Video6:07
Bedtime History

The Legend of King Arthur for Kids

K - 12th
Learn about the origins of the legend of King Arthur along with Camelot, Tintagel, the wizard Merlin and the Sword in the Stone.
Instructional Video4:07
Curated Video

Finland - Geography & Regions | Countries of the World

Pre-K - 8th
Learn the geography of Finland -- a Nordic country and member of the European Union -- including its 19 regions with this Countries of the World video by KLT!
Instructional Video3:20
Curated Video

Belarus - Geography & Oblasts | Countries of the World

Pre-K - 8th
Learn about Belarus -- a landlocked country in Eastern Europe with 6 regions known as Oblasts -- with this countries of the world song by KLT!
Instructional Video3:18
Curated Video

Malaysia Geography/ Malaysia Country

Pre-K - 8th
Learn about Malaysia's States, Capitals and Federal Territories with this fun educational music video and parents.
Instructional Video5:30
Wonderscape

Mastering Essay Introductions: The Gateway to Effective Writing

K - 5th
Explore the crucial role of introductions in essay writing. Learn how to craft engaging openings with attention-grabbing first sentences, relevant background information, concise summaries, strong thesis statements, and seamless...
Instructional Video3:21
Curated Video

Millennia of Stewardship: Indigenous Land Management

3rd - Higher Ed
Indigenous land management practices have been in place for millennia in America, far preceding Western conservation efforts. This video highlights the importance of fire management and the significant role of Native Americans in shaping...
Instructional Video4:27
Wonderscape

The Living Dinosaurs: Birds and Their Ancient Ancestors

K - 5th
Discover how not all dinosaurs went extinct and how their closest relatives, birds, are still alive today. Learn about the connection between ancient feathered dinosaurs and modern birds, and explore how these true survivors managed to...
Instructional Video5:57
Curated Video

Machine Learning: Random Forest with Python from Scratch - Boolean and Value Returning Function

Higher Ed
In this video, we will discuss a function that returns values as true or false, also called the Boolean function. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
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 Video7:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - Comparison Operators

Higher Ed
Here, you will learn about Python's two types of operators, the comparison operator, and the logical operator. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video7:49
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - ChatGPT Knows Who I Am

Higher Ed
In this intriguing video, the author explores the capabilities of ChatGPT and adapts and personalizes its responses to our unique style and preferences into how ChatGPT can leverage data and insights about our priority for more...
Instructional Video11:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project

Higher Ed
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly. This clip is from the chapter "Web Browser...
Instructional Video13:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 2

Higher Ed
In this video, we will continue building our Todo list app by adding the ability to delete todos and update their status. We will also cover how to use the PUT and DELETE methods in Fetch and how to handle success and error responses....
Instructional Video3:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prevent Duplicate Items

Higher Ed
In this video, you will learn how to prevent adding duplicate items to the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video10:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Keyboard Events and Key Properties

Higher Ed
In this video, we will look at how to handle keyboard events such as keydown, keyup, and keypress in JavaScript. You will learn how to use event listeners to respond to keyboard events and how to access key properties of the event...
Instructional Video8:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Logical Operators

Higher Ed
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic. This clip is from the chapter "Logic and Control Flow" of the...
Instructional Video7:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - If Statements

Higher Ed
This video covers the basic syntax and use of if statements in JavaScript, which allow us to execute different code blocks based on conditions. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Instructional Video10:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - Basic Array Methods

Higher Ed
In this video, you will learn about some basic array methods in JavaScript, such as push(), pop(), shift(), unshift(), and splice(). This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Instructional Video6:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - Object Challenges

Higher Ed
This video presents some challenges related to objects and requires students to apply their knowledge of object manipulation and methods. This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Instructional Video8:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Object Literals

Higher Ed
In this video, you will learn about object literals in JavaScript, including creating objects, accessing object properties, and adding methods to objects. This clip is from the chapter "Arrays and Objects" of the series "Modern...
Instructional Video16:03
Curated Video

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

Higher Ed
In this video, you will learn how to work with strings in JavaScript. We will cover the basics of strings, including how to create them, access individual characters, and concatenate strings. We will also explore some common string...
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 Video12:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Data Types

Higher Ed
In this video, we will discuss the different data types in JavaScript, including strings, numbers, Booleans, null, undefined, symbols, and BigInt. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series...