Instructional Video6:23
Wonderscape

Approaches to Addressing the Negative Impacts of the Anthropocene

K - 5th
Explore three strategies for mitigating the adverse effects of the Anthropocene era on Earth's ecosystems and communities. Learn about innovations in renewable energy, sustainable urban design, and plant-based alternatives to reduce...
Instructional Video5:06
Curated Video

Big Ideas - Episode 17 - DARPA Grand Challenge / Driverless Cars

Pre-K - Higher Ed
It had long been the idea of road safety experts to have vehicles that were not controlled by drivers, but rather by computers. Automated driving systems that cruise at a set distance from the car in front, park your car for you or steer...
Instructional Video15:25
Curated Video

Multiplying and Dividing Exponents

9th - Higher Ed
In this video, we'll break down the essential rules of exponents step-by-step so you can become a master in no time. Whether you're just starting to learn exponents or need a refresher, this comprehensive guide is perfect for students of...
Instructional Video12:32
Curated Video

Solving Expressions with Exponents

9th - Higher Ed
Welcome to our comprehensive guide on solving expressions with exponents! Exponents can be tricky, but fear not, because in this video, we break down the fundamentals and provide you with step-by-step instructions to tackle even the most...
Instructional Video7:29
Wonderscape

Charles Darwin: The Making of a Naturalist

K - 5th
Discover the journey of Charles Darwin from a disinterested medical student to a pioneering naturalist. This video traces Darwin’s early life, his transformative experiences at the University of Edinburgh and Cambridge, and his epic...
Instructional Video4:32
Wonderscape

Darwin's Enduring Legacy: Shaping Modern Science

K - 5th
Explore how Charles Darwin's theory of evolution continues to influence various scientific disciplines over two centuries after his birth. This video delves into the positive impacts of Darwinian theory on fields like genetics and...
Instructional Video4:09
Wonderscape

Earning and Spending Money: Basics for Beginners

K - 5th
Learn the essentials of earning and spending money in this lesson. Discover different ways to earn money through jobs and businesses, and understand the importance of budgeting to manage your spending on needs, wants, and...
Instructional Video3:38
Wonderscape

Origins of the Alamo: From Mission to Fortress

K - 5th
Uncover the early history of the Alamo, originally established as the Mission San Antonio de Valero in the 1700s by Spanish settlers in Texas. This video traces its transformation from a religious mission aimed at converting Native...
Instructional Video22:10
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Complete Model 3 Section

Higher Ed
Discover the step-by-step process of building the Model 3 section of the Tesla UI clone, gaining valuable insights into the implementation of key features and design elements.
Instructional Video8:30
Curated Video

Machine Learning: Random Forest with Python from Scratch - Sets

Higher Ed
Our next datatype is a set, an unordered collection of iterable and mutable data.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video4:36
Curated Video

Machine Learning: Random Forest with Python from Scratch - Introduction to Data Types

Higher Ed
This video introduces us to Python's six data types: numbers, strings, lists, dictionaries, tuples, and sets.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video2:26
Curated Video

Machine Learning: Random Forest with Python from Scratch - Introduction and Instructor

Higher Ed
In this video, you will learn about the course content in general, the features and benefits of this course, as well as a brief introduction to the instructor.
<
br/>
This clip is from the chapter "Introduction to the Course" of the...
Instructional Video5:10
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Difference Between Merge and Rebase

Higher Ed
This video explains the difference between merge and rebase.<br<br/>/>

This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Instructional Video12:30
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Resource Pack and Introduction to Modular Kit

Higher Ed
In this video, you will learn about modular kit and resource packs that are available in Unreal Engine 5. You will understand the benefits of using modular kits to build your environment, and how to use the resource pack to create your...
Instructional Video9:06
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Viewport Basics

Higher Ed
This video will take us through the very basics; you will learn how to use the Viewport in Unreal Engine 5 to get a better perspective on your environment. You will learn how to navigate through the viewport using different camera...
Instructional Video5:54
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation

Higher Ed
In this video, we will understand how to write code in TensorFlow 2 for a simple RNN.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Instructional Video7:13
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Outline

Higher Ed
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course.
<
br/>
This clip is from the chapter "Welcome" of the series...
Instructional Video5:26
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT

Higher Ed
In this video, you will learn about ChatGPT, a free service available on the OpenAI website. The video outlines what ChatGPT can do in general and the wide range of possibilities available on ChatGPT.
Instructional Video11:17
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)

Higher Ed
In this video, we will see the recommended order of taking the lessons offered in this learning program, the logical progression of the course, and the optimal order to take the courses to maximize our learning and understanding of the...
Instructional Video5:07
Curated Video

Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword

Higher Ed
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties.
<
br/>
This clip is from the chapter "OOP -...
Instructional Video6:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP

Higher Ed
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP.
<
br/>
This clip is from the chapter...
Instructional Video6:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Callback Hell

Higher Ed
In this video, you will learn about the problem of Callback Hell, which can occur when working with asynchronous JavaScript. You will learn what it is, how it can make code difficult to read and maintain, and how to avoid it using...
Instructional Video3:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Shopping List Project

Higher Ed
In this video, we will be introduced to the Shopping List project, which is the final project for the course.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video3:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nested Scope

Higher Ed
In this video, you will learn about nested scope, which is when a function is defined within another function, and how it affects variable scope.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...