Instructional Video9:52
Bozeman Science

Animal Behavior

12th - Higher Ed
Paul Andersen steps you through eight types of animal behavior. He starts by defining ethology and explaining that behavior varies from innate to learned. He discusses each of the following with examples; instinct, fixed action pattern,...
Instructional Video11:49
SciShow

6 Times Scientists Radically Misunderstood the World

12th - Higher Ed
Science has come a long way in understanding how our universe works and that road has been full of wrong turns and dead ends. Here are 6 scientific explanations that turned out to be way off track. Chapters 1 SPONTANEOUS GENERATION 1:49...
Instructional Video4:16
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Variable Scope

Higher Ed
In this video, you will learn about local and global variables. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Instructional Video12:15
Instructional Video10:32
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python

Higher Ed
In this video, you will explore name mangling in Python, a technique to change class attribute names to avoid conflicts. You will learn how to create private attributes using name mangling and understand the rules and conventions...
Instructional Video9:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3

Higher Ed
In this video, we will start adding information to our manager class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Instructional Video5:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Exception Handling

Higher Ed
In this video, you will learn about exception handling with try, throw, and catch functions. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about...
Instructional Video5:58
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR

Higher Ed
In this video, you will learn about vector standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Instructional Video9:22
Curated Video

Practical Cyber Hacking Skills for Beginners - Working with DHCP Commands

Higher Ed
This video takes us through the different commands to operate the DHCP and protect a system or network from attacks.
Instructional Video10:54
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Stop Event Propagation and Detailed Error Handling During App Building

Higher Ed
This video explains the stop event propagation and error handling during app building. This clip is from the chapter "What's New in Blazor 3.1 Released with ASP.NET Core 3.1?" of the series "Build and Learn ASP.NET 6.0 Blazor...
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...