Instructional Video13:21
PBS

Could the Universe End by Tearing Apart Every Atom?

12th - Higher Ed
The universe is expanding, and that expansion is accelerating. We don’t know what’s causing that acceleration, but that hasn’t stopped us from giving it a name. We call this unknown influence dark energy. The observed acceleration is,...
Instructional Video27:42
3Blue1Brown

Where Newton meets Mandelbrot (Holomorphic dynamics)

12th - Higher Ed
How the right question about Newton's method results in a Mandelbrot set.
Instructional Video16:39
Curated Video

Statistics & Mathematics for Data Science and Data Analytics - Poisson Distribution

Higher Ed
We will look at another important distribution named after the French mathematician, Simeon Denis Poisson.
Instructional Video6:05
Curated Video

Eliminate the Parameter (Parametric Equations)

6th - Higher Ed
How do you eliminate the parameter in parametric equations? How do you eliminate the parameter with sin and cos? This video works through three examples of rewriting parametric equations in standard rectangular form.
Instructional Video3:26
Curated Video

Python Lesson 36: Functions 2

9th - Higher Ed
Learn Python Functions the right way!
Instructional Video2:18
Curated Video

Python Lesson 37: Functions 3

9th - Higher Ed
Learn Python functions the right way!
Instructional Video3:36
Curated Video

Lesson44 Python Plot2

9th - Higher Ed
Learn how to enhance your plot with markers and colors.
Instructional Video5:02
Curated Video

C++: Use Member Functions to update an Object's Attributes

9th - Higher Ed
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Instructional Video2:35
Curated Video

Matlab Functions: Anonymous / Single-Line Functions

9th - Higher Ed
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Instructional Video4:46
Curated Video

Apply Mensuration Techniques to Solve this Problem.

9th - Higher Ed
Welcome to our complete high school mathematics tutorial series! Whether you’re a student preparing for exams, a teacher seeking additional resources, or a parent helping your child succeed in math, these videos cover a wide range of...
Instructional Video7:25
Curated Video

Python Lesson20

9th - Higher Ed
In this lesson, we learn how to use the format operator to dynamically change the information printed on the screen.
Instructional Video8:28
Curated Video

Python Assignment 7

9th - Higher Ed
In this assignment, you will learn how to search for the index of multiple instances of a subset in a string.
Instructional Video9:12
Curated Video

Python Lesson 21

9th - Higher Ed
Functions are a great way to modularize your code and make it easily reusable. Let's get started with Functions in Python!
Instructional Video5:47
Curated Video

Python Lesson 22

9th - Higher Ed
Learn how to create functions with multiple inputs. With this, you will be able to easily make use of functions to modularize your code.
Instructional Video5:32
Curated Video

Functions - Input Parameters and Return Value

9th - Higher Ed
This video looks at how we can pass parameters to a function, perform some computation and then pass the result back to the caller function.
Instructional Video10:34
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Functions

Higher Ed
In this video, you will learn about functions and how to construct them in C++.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video7:20
Curated Video

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

Higher Ed
In this video, you will learn about algorithm standard template library.
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
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.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video3:28
Curated Video

Java Multithreading and Parallel Programming Masterclass - Shift Data Between Threads with Exchangers

Higher Ed
This video talks about shifting data between threads with Exchangers.
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 Video3:41
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 1)

Higher Ed
In this video, you will dive into an exercise on class variables, where you will practice creating and manipulating class variables to understand their behavior and usage in OOP.
Instructional Video8:37
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Create Your First Class with OOP

Higher Ed
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Instructional Video3:02
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Templates - Class and Function

Higher Ed
In this video, we will explore template classes and functions with a program where you will learn how to swap two variables.
<
br/>
This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming...