Instructional Video5:04
SciShow

Animals Have Grammar Too - A Little Birdie Told Us

12th - Higher Ed
If you hear birds chirping in the trees, you might not think much of the different sounds you're hearing. But as it turns out, those tweets and chirps have a lot more in common with some of our complicated rules of grammar than you might...
Instructional Video4:45
TED-Ed

TED-Ed: How computers translate human language - Ioannis Papachimonas

Pre-K - Higher Ed
Is a universal translator possible in real life? We already have many programs that claim to be able to take a word, sentence, or entire book in one language and translate it into almost any other. The reality, however, is a bit more...
Instructional Video7:40
3Blue1Brown

Triangle of Power

12th - Higher Ed
Logarithms are confusing, but perhaps some alternate notation could make them more intuitive.
Instructional Video7:23
SciShow

What We Often Get Wrong About the Brain’s 'Language' Centers

12th - Higher Ed
About 150 years ago, scientists found the two main areas that are responsible for language production and comprehension in the brain. But it turns out they might have over-exaggerated what these parts actually do.
Instructional Video7:42
3Blue1Brown

Triangle of Power

12th - Higher Ed
Logarithms are confusing, but perhaps some alternate notation could make them more intuitive.
Instructional Video4:30
Curated Video

Cisco CCNA 200-301: The Complete Guide to Getting Certified - Access Control Lists Overview

Higher Ed
New ReviewIn this video, gain an understanding of how ACLs work and their role in filtering traffic based on IP addresses and protocols.
Instructional Video1:45
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - What Are Templating Engines and What Is Handlebars

Higher Ed
New ReviewIn this video, we will be discussing templating engines and specifically looking at Handlebars, a popular templating engine for Node.js. Templating engines allow you to dynamically generate HTML pages with data from a server. With...
Instructional Video2:16
Curated Video

Parallel Language In Poetry

9th - Higher Ed
This video outlines elements of papallel syntax found in poetry.
Instructional Video1:51
Curated Video

Inverted Syntax

9th - Higher Ed
This video explains how poets use inverted syntax to create rhyme in their poetry.
Instructional Video1:54
Curated Video

Diction

9th - Higher Ed
This video guides viewers through the process of identifying diction in poetry.
Instructional Video19:31
Curated Video

Using inversion and asyndeton to craft interesting sentence structures

Pre-K - Higher Ed
Pupil outcome: I can experiment with a range of different sentence structures to make my creative writing more engaging. Key learning points: - An inverted sentence reverses the natural order of a sentence. - Using an inverted sentence...
Instructional Video30:26
Curated Video

Using figurative language, precise verbs and perspective to write with flair

Pre-K - Higher Ed
Pupil outcome: I can identify how model answers meet the ambitious success criteria. Key learning points: - Excellent descriptions and narratives will focus on describing details, rather than trying to write too much - Figurative...
Instructional Video11:24
Curated Video

MATLAB Programming Tutorials | Loops, Arrays, Classes, Control Statements & More: ifelseif

9th - Higher Ed
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Instructional Video2:42
Curated Video

Pascal in 100 Seconds

12th - Higher Ed
Learn the basics of the Pascal in this quick tutorial. Find out why Turbo Pascal was one of the world's most popular programming languages. In memory of Pascal creator Niklaus Wirth, who passed away on Jan 1st, 2024
Instructional Video5:18
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)

Higher Ed
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Instructional Video8:37
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Create Your First Class with OOP

Higher Ed
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Instructional Video4:19
Curated Video

JavaScript Framework Reinvention and "Runes" in Svelte

12th - Higher Ed
Svelte 5 was released this week with a new developer experience via a feature called "Runes". Learn the basics of Svelte Runes compare them to other JavaScript frameworks like React.js, Vue, Angular, and more. Topics Covered: Svelte 5...
Instructional Video6:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - For Loop

Higher Ed
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video2:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-OOP Section Intro

Higher Ed
In this video, we will introduce the topic of Object-Oriented Programming (OOP) and explain its importance in modern web development. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
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 Video9:09
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fetch Basics

Higher Ed
In this video, we will introduce the basics of the Fetch API, including how to create a simple GET request and handle the response data. We will also explore the Response object and various methods for parsing and manipulating response...
Instructional Video8:44
Curated Video

Modern JavaScript from the Beginning - Second Edition - Under the Hood: How Async JS Works

Higher Ed
In this video, you will learn about how asynchronous JavaScript works. We will see how JavaScript uses the event loop to manage asynchronous tasks and how it avoids blocking the main thread of execution. This clip is from the chapter...
Instructional Video1:31
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Fetch API and Async / Await

Higher Ed
In this section, we will cover the Fetch API and how to use it to make HTTP requests to remote servers. We will also dive into the world of asynchronous JavaScript programming, exploring the async/await syntax for handling promises. This...
Instructional Video7:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - While and Do While Loops

Higher Ed
In this video, you will learn about while and do-while loops in JavaScript and how they differ from for loops. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...