Instructional Video5:34
Wonderscape

Understanding Second Person Point of View in Literature

K - 5th
Explore the unique and uncommonly used second person point of view in literature. Learn when and why this perspective is employed, despite its infrequent occurrence in academic essays. Discover examples of second person writing from...
Instructional Video6:56
Wonderscape

Exploring Points of View in Literature: First Person Perspective

K - 5th
Delve into the intricacies of first person point of view in literature, where stories are narrated by characters directly involved in the events. Learn about the nuances of singular and plural first person perspectives through examples...
Instructional Video5:00
Curated Video

The Aryan Influx and the Evolution of Early Indian Civilization

3rd - Higher Ed
The Indus Valley civilization began to decline around 2000 BC. This decline coincided with the arrival of the Aryans, nomadic warriors who spread across the fertile Indian plains. Their society, divided into three classes—farmers,...
Instructional Video4:26
Curated Video

The Lindisfarne Gospels and the Legacy of Saint Cuthbert

3rd - Higher Ed
The Christian heritage of Lindisfarne dates back nearly 1,400 years, beginning with the construction of a monastery in AD 635. This site, most closely associated with Saint Cuthbert, became a significant religious center, and it was...
Instructional Video3:42
Curated Video

How Foreign Mercenaries Shaped Early Britain and the Legend of King Arthur

3rd - Higher Ed
The Britons, facing relentless raids, summoned the help of foreign mercenaries from Pagan Germanic tribes, including the Jutes, Angles, and Saxons. Initially, these warriors defended their British employers but later turned against...
Instructional Video2:17
Curated Video

What are Rational Numbers?

9th - Higher Ed
Are you ready to master the concept of absolute value? In this lesson, we'll break it down step-by-step! Discover how to find absolute value using a number line and see just how simple it can be. With clear examples and easy-to-follow...
Instructional Video12:50
Curated Video

Zero and Negative Exponents Simplified

9th - Higher Ed
In this video, we dive deep into the world of exponents, focusing on the concepts of zero and negative exponents. We'll explore why any number raised to the power of zero equals one, and how to handle negative exponents by using...
Instructional Video5:00
Wonderscape

Time Writing 101: From Analog to Digital

K - 5th
Sharpen your skills with Marissa as she teaches how to write time, transitioning from analog clocks to digital displays. Understand how to express time in multiple formats, such as 'o'clock' or using the colon format like digital...
Instructional Video12:52
Curated Video

Machine Learning: Random Forest with Python from Scratch - Calculator Project

Higher Ed
This video demonstrates how to create our calculator using addition and subtraction functions.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video7:12
Curated Video

Machine Learning: Random Forest with Python from Scratch - Hello World

Higher Ed
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
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.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video8:18
Curated Video

Machine Learning: Random Forest with Python from Scratch - Numbers

Higher Ed
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
Instructional Video3:43
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Configuration

Higher Ed
This video explains how to configure Git into your system.
<
br/>
This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git and helps you...
Instructional Video3:19
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Some Notes Before We Start

Higher Ed
In this brief overview, the instructor provides vital explanations about how ChatGPT works, what we can use ChatGPT for, what we can do using ChatGPT, and briefly what this course offers us regarding learning and the concepts covered.
Instructional Video8:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - How to Classify

Higher Ed
Let's learn to write a classification method that will train our module and help us get predictions.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video7:43
Curated Video

Machine Learning: Random Forest with Python from Scratch - How to Build a Tree

Higher Ed
After creating the decision node and leaf node classes, we will build our tree to add the nodes.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:41
Curated Video

Machine Learning: Random Forest with Python from Scratch - Leaf and Decision Node

Higher Ed
In this lesson, you will learn to create two classes, a leaf node and a decision node, with a constructor.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video4:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Insert Adjacent Element and Insert Adjacent HTML

Higher Ed
This video introduces the insertAdjacentElement() and insertAdjacentHTML() methods, which provide flexible ways to insert elements or HTML content at specific positions relative to an element. You will learn to use these methods to...
Instructional Video3:04
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Create Element Text Node

Higher Ed
This video focuses on creating and working with text nodes in the DOM. You will learn to use the document.createTextNode() method to create a new text node, which can be inserted as a child of an element. Understanding how to create and...
Instructional Video1:58
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Model in CSS

Higher Ed
In this video, we will gain a deeper understanding of the Document Object Model (DOM) and how it relates to CSS3. You will learn about the structure of the DOM, how elements are represented, and how CSS selectors interact with the DOM to...
Instructional Video4:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Uses of CSS3

Higher Ed
In this video, we will discover the various uses of CSS3 in web design. Learn how CSS3 is utilized to control the layout, typography, colors, and visual effects of webpages. We will understand the flexibility and versatility of CSS3 for...
Instructional Video2:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Attributes (Size, Read-Only, Disabled)

Higher Ed
In this video, we will discover various attributes that can be applied to input fields to modify their behavior and appearance. You will learn to control the size of input fields, make them read-only or disabled, and more.
Instructional Video3:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML

Higher Ed
In this video, you will learn to use heading tags (h1-h6) in HTML to structure our web content, create hierarchical headings, and improve the accessibility and the SEO of our webpages.
Instructional Video3:07
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Structure of an HTML5 File

Higher Ed
In this video, we will delve into the structure of an HTML5 file and understand the purpose of each component. We will explore the DOCTYPE declaration, head section, and body section. You will learn to properly organize your HTML code to...