Instructional Video2:53
Curated Video

El gran debate sobre el calentamiento global (primera parte)

3rd - 8th
¿Podemos fiarnos solo de las mediciones de los termómetros como prueba del calentamiento global? ¿Las lecturas de la temperatura tomadas por los satélites conducen a las mismas conclusiones? Twig - Ciencias de la Tierra - El impacto...
Instructional Video13:26
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Python OOP Project: Part 2

Higher Ed
Continuing from the previous video, you will pick up where you left off and correct any errors in the code. You will then work on the execution part of the Library Management System project, including implementing functionalities to...
Instructional Video4:12
Science ABC

How Did Early Humans Know What To Eat and What To Avoid?

Pre-K - Higher Ed
As children, we learn almost entirely through observation and mimicking. From laughter and walking to the use of objects and empathy, we often create the behavior of our lives based on what we witness in others. The same thing is true...
Instructional Video0:50
Curated Video

Mutation

6th - 12th
A change in a DNA sequence. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce abstract concepts and key curriculum...
Instructional Video3:00
Curated Video

Storm Surges

6th - 12th
Storm surges are huge domes of water sucked upwards by the eye of a hurricane. What happens if they hit the shore, or worse, a city? Earth Science - Weather - Learning Points. Storm surges are caused by low pressure in the eye of a...
Instructional Video2:53
Curated Video

The Great Global Warming Debate: Part 1

6th - 12th
Can we rely on thermometer readings alone as proof of global warming? Do satellite temperature readings lead to the same conclusions? Earth Science - Human Impacts - Learning Points. Small increases in average global temperatures have...
Instructional Video3:13
Curated Video

Jai Singh

6th - 12th
How Maharaja Jai Singh used scale to build and enhance the accuracy of his giant astronomical sundials. Maths - History Of Maths A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s context films show...
Instructional Video5:04
Wonderscape

The Devastating Impact of Jim Crow: From Freedmen’s Towns to Black Wall Street

K - 5th
Discover the tragic events that unfolded during the Jim Crow era, from the destruction of thriving Black communities like East St. Louis and Tulsa's Black Wall Street to the widespread violence of the Red Summer. This video highlights...
Instructional Video2:34
Curated Video

Windshear Protection

Pre-K - Higher Ed
Windshear is a sudden and unpredictable change in wind direction. For aircraft taking off and landing, when there is little room for error, this sudden gust can spell disaster.
Instructional Video8:40
Curated Video

Machine Learning: Random Forest with Python from Scratch - Model and Training

Higher Ed
Here, we will look at a machine learning model, an arithmetic expression or equation that fits and learns to predict data. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest...
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. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Instructional Video5:51
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Resources (Important)

Higher Ed
This video explains where you can find the various resources, links, cheat sheets, and interview questions associated with the course. This clip is from the chapter "Course Introduction" of the series "Git and GitHub Masterclass - The...
Instructional Video6:48
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error

Higher Ed
Let's learn to use the power of ChatGPT to fix errors or issues that may arise in our pairs trading strategy and to effectively communicate with ChatGPT to seek solutions or guidance on fixing trading errors, discrepancies, or challenges...
Instructional Video5:27
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting the Return Computation

Higher Ed
In this video, we will accurately compute and correct the returns of the pairs trading strategy, including accounting for transaction costs, slippage, and other factors that may impact the performance of our strategy, ensuring that the...
Instructional Video10:52
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting the Z-Score Computation

Higher Ed
In this video, we will examine the computation of the Z-Score, a critical statistical metric used in pairs trading. You will learn to correct potential inaccuracies/inconsistencies in the Z-Score calculation, ensuring that the...
Instructional Video11:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - GeoLocation API

Higher Ed
In this video, you will learn about the GeoLocation API. We will see how to retrieve a user's location data and how to use it in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the...
Instructional Video11:39
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Search Results

Higher Ed
In this video, we will display the search results on a separate page that's similar to the popular movies page. We will use a template literal to render the content and create pagination for large search result sets. This clip is from...
Instructional Video6:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Error Handling with Async and Await

Higher Ed
In this video, we will explore best practices for handling errors when using async/await in JavaScript. We will cover how to use the try/catch statement with async functions, how to handle errors thrown in Promises, and how to handle...
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 Video13:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fetch API Error Handling

Higher Ed
In this video, we will explore various techniques for handling errors when working with the Fetch API, including how to check the response status code, catch network errors, and gracefully handle error responses. This clip is from the...
Instructional Video6:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Promises Versus Callback Hell

Higher Ed
In this video, we will see a comparison of Promises and Callbacks, and how Promises can help us avoid the problems of Callback Hell. You will learn how Promises can make code more readable and maintainable and how to use Promises in...
Instructional Video4:20
Curated Video

Modern JavaScript from the Beginning - Second Edition - Promise Chaining

Higher Ed
In this video, you will learn how to use Promise chaining to handle multiple asynchronous tasks in a more elegant way. We will see how to chain Promises together and how to use the result of one Promise as the input for the next Promise....
Instructional Video10:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Page Loading and Window Events

Higher Ed
In this video, we will look at how to handle page loading and window events in JavaScript. You will learn how to use event listeners to detect when a page has finished loading and how to respond to window events such as resizing and...
Instructional Video11:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Variables and Constants

Higher Ed
In this video, we will cover variables and constants in JavaScript, how to declare them, and how to assign values to them. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the...