Instructional Video2:31
Science Buddies

Rubber Band Car | 2024 Science Buddies Engineering Challenge

K - 5th
In this fun engineering challenge, your students will build rubber band-powered cars using the engineering design process and compete to see how far they can go.
Instructional Video10:34
Science Buddies

RGB LED Color Mixing with Arduino (Lesson #28)

K - 5th
This easy video tutorial will show you how to use an Arduino.
Instructional Video6:18
Prime Coaching Sport

Learn the fundamental skills for Volleyball (elementary)

K - Higher Ed
In this session I take you through the key technical skills for volleyball, including digging, setting, spiking and serving. This presention demonstrates the correct technique, along with the coaching cues to help your students learn and...
Instructional Video8:27
Curated Video

Protein types, functions and examples with my flashcard notes

9th - Higher Ed
Proteins are macromolecules that we find in every living organism. Learning their types, functions and examples in biology can be a daunting task. So, in this video, I will be sharing a fun way to learn this topic using flashcard notes.
Instructional Video9:46
Curated Video

Fabian Barthez: A Goalkeeping Legend's Journey to Glory

6th - Higher Ed
Fabian Barthez is a highly accomplished French goalkeeper who had a successful career playing for the French national team. He played a crucial role in France's historic victory in the 1998 World Cup, and also helped the team reach the...
Instructional Video5:04
Curated Video

Project Management in Under 5: What is a Gantt Chart?

10th - Higher Ed
The Gantt Chart is pretty much the poster-child for Project Management. When most people think of project management, it's a Gantt Chart they see in their mind's eye. So, what is a Gantt Chart? ...and who invented it?
Instructional Video4:51
Curated Video

What is Risk Tolerance? Project Management in Under 5

10th - Higher Ed
No one would tolerate a project that is too risky! So, what is risk tolerance?
Instructional Video3:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Pointers to Structures

Higher Ed
In this video, we will understand pointers to structures with a book information struct. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements...
Instructional Video5:38
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Pointers and References

Higher Ed
In this video, you will learn about pointers and references. 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 Video4:48
Curated Video

Fundamentals of Object-Oriented Programming - C++ - User Registration Program

Higher Ed
In this video, we will write a simple program for user login and registration. 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...
Instructional Video4:26
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Video Game Menu Program

Higher Ed
In this video, we will be creating a simple video game menu program using switch statements and validate user inputs. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Instructional Video9:36
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Simple Addition Program

Higher Ed
In this video, you will learn how to write a simple addition program with Int datatype. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the...
Instructional Video5:13
Curated Video

Fundamentals of Object-Oriented Programming - C++ - User Input - Getline Function

Higher Ed
In this video, you will learn about Getline function for user input. 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, the...
Instructional Video15:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 1 Objectives

Higher Ed
In this video, we will cover the learning objective of this module. 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, the...
Instructional Video14:19
Curated Video

Java Multithreading and Parallel Programming Masterclass - Introducing Spring Boot Framework (In a Nutshell)

Higher Ed
This video helps in introducing you to the Spring Boot framework (in a nutshell).
Instructional Video4:58
Instructional Video2:49
Instructional Video7:42
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Naming Convention

Higher Ed
In this video, you will learn about naming conventions in Python classes and objects. You will understand the importance of following naming conventions for better code readability and maintainability. This video will cover the commonly...
Instructional Video8:57
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Abstraction and Encapsulation

Higher Ed
In this video, you will learn about abstraction and encapsulation, two important principles of OOP. You will understand how abstraction allows you to hide complex details and expose only the essential features of a class, and how...
Instructional Video8:15
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance

Higher Ed
Building upon the previous video, this video will introduce you to the concept of inheritance in Python. You will learn how to create and use subclasses that inherit attributes and methods from a parent class. This video will cover the...
Instructional Video6:35
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 3)

Higher Ed
In this video, you will continue to apply your knowledge of static methods through another practical exercise. You will be given more challenging problem statements and will learn how to design and implement static methods to solve them....
Instructional Video6:44
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)

Higher Ed
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Instructional Video4:40
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Static Method

Higher Ed
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Instructional Video5:18
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)

Higher Ed
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.