Hi, what do you want to do?
Wonderscape
Understanding Second Person Point of View in Literature
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...
Wonderscape
Exploring Points of View in Literature: First Person Perspective
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...
Curated Video
The Aryan Influx and the Evolution of Early Indian Civilization
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,...
Curated Video
The Lindisfarne Gospels and the Legacy of Saint Cuthbert
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...
Curated Video
How Foreign Mercenaries Shaped Early Britain and the Legend of King Arthur
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...
Curated Video
What are Rational Numbers?
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...
Curated Video
Zero and Negative Exponents Simplified
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...
Wonderscape
Time Writing 101: From Analog to Digital
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Calculator Project
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...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Hello World
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:...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Comparison Operators
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...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Numbers
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:...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Configuration
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...
<
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...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Some Notes Before We Start
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.
Curated Video
Machine Learning: Random Forest with Python from Scratch - How to Classify
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...
<
br/>
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 - How to Build a Tree
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...
<
br/>
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 - Leaf and Decision Node
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...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Insert Adjacent Element and Insert Adjacent HTML
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Create Element Text Node
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Model in CSS
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Uses of CSS3
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Attributes (Size, Read-Only, Disabled)
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Structure of an HTML5 File
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...