Curated Video
El gran debate sobre el calentamiento global (primera parte)
¿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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Python OOP Project: Part 2
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...
Science ABC
How Did Early Humans Know What To Eat and What To Avoid?
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...
Curated Video
Mutation
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...
Curated Video
Storm Surges
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...
Curated Video
The Great Global Warming Debate: Part 1
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...
Curated Video
Jai Singh
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...
Wonderscape
The Devastating Impact of Jim Crow: From Freedmen’s Towns to Black Wall Street
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...
Curated Video
Windshear Protection
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.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Model and Training
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Sets
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Resources (Important)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting the Return Computation
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting the Z-Score Computation
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - GeoLocation API
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Search Results
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Error Handling with Async and Await
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Try...Catch Statements
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Fetch API Error Handling
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Promises Versus Callback Hell
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Promise Chaining
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Page Loading and Window Events
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Variables and Constants
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...