Bozeman Science
Animal Behavior
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,...
SciShow
6 Times Scientists Radically Misunderstood the World
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Variable Scope
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,...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Exception Handling
This video explains thread exception handling.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Exception Handling
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR
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...
Curated Video
Practical Cyber Hacking Skills for Beginners - Working with DHCP Commands
This video takes us through the different commands to operate the DHCP and protect a system or network from attacks.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Stop Event Propagation and Detailed Error Handling During App Building
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...
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...