SciShow
How the Internet Was Invented | The History of the Internet, Part 1
The Internet is older than you might think!
SciShow
The Oldest Shipwreck in the World
Marine archeologists accidentally found the world’s oldest known intact shipwreck, and their work scanning, diving, and exploring has given us some very cool insights into more than just our history sailing the oceans.
Amoeba Sisters
Gene Regulation and the Order of the Operon
Explore gene expression with the Amoeba Sisters, including the fascinating Lac Operon found in bacteria! Learn how genes can be turned "on" and "off" and why this is essential for cellular function.
TED Talks
TED: A stellar history of modern astronomy | Emily Levesque
Astronomers once gazed upon the night sky and counted every star in the galaxy by hand. The process has evolved since then, but the thirst for celestial knowledge remains the same. Join astrophysicist Emily Levesque for an anecdote-rich...
TED Talks
TED: Silicon-based comedy | Heather Knight
In this first-of-its-kind demo, Heather Knight introduces Data, a robotic stand-up comedian that does much more than rattle off one-liners -- it gathers audience feedback (using software co-developed with Scott Satkin and Varun...
SciShow
How the Internet Was Invented | The History of the Internet, Part 1
The Internet is older than you might think!
Bozeman Science
Operon
In this video Paul Andersen describes the elements of an operon. The promoter allows the RNA polymerase to transcribe the required genes. The operator and repressor regulate the expression of the genes by blocking the RNA polymerase. The...
Bozeman Science
Gene Regulation
Paul Andersen explains how genes are regulated in both prokaryotes and eukaryotes. He begins with a description of the lac and trp operon and how they are used by bacteria in both positive and negative response. He also explains the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Operator Overloading
In this video, you will learn about plus operator overloading with our distance program. 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...
Curated Video
Rockvis: The Future of Robotic Manipulation on the International Space Station
Rockvis is a new robotic prototype installed on the International Space Station, designed to be controlled remotely from Earth. This innovative technology allows operators to have direct feedback and realistic experiences through a...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Building Parallel Data Pipelines with RxJava2
This video demonstrates building parallel data pipelines with RxJava2.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Polymorphism
In this video, you will explore the concept of polymorphism, a fundamental concept in OOP, and how it enables objects of different classes to be used interchangeably. You will learn about different types of polymorphism, including method...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Operator Overloading
In this video, you will learn about operator overloading in Python, which allows you to redefine the behavior of operators for custom classes. You will learn how to implement operator overloading to make your classes more powerful and...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 2
In this video, we will work on the child classes called SavingAccount and CheckingAccount. 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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Dynamic Memory Management
In this video, you will learn about dynamic memory management. 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
Fundamentals of Object-Oriented Programming - C++ - Logical - Relational - Boolean Operators
In this video, you will learn about relational and logical - operators. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP,...
Bedtime History
Transatlantic Communications for Kids | Bedtime History
Explore the fascinating evolution of transatlantic communications in this detailed video. We trace the journey from the early days of transoceanic messages carried by ships to the groundbreaking laying of the first telegraph cable across...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Comparison Operators
Here, you will learn about Python's two types of operators, the comparison operator, and the logical operator. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Ternary Operator
The ternary operator is a concise way to write if/else statements in JavaScript, and this video shows us how to use it effectively. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Operators
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic. This clip is from the chapter "Logic and Control Flow" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Calculator Challenge
In this video, we will be presented with a challenge to create a simple calculator using the concepts covered in this section. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from the Beginning".In...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Else-If and Nesting
Building on the previous video, this video shows how to use else-if statements to handle multiple conditions and how to nest if statements within each other. This clip is from the chapter "Logic and Control Flow" of the series "Modern...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise Solution - Decision-Making Structures in Rust
This is a solution video on decision-making structures in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...