Instructional Video2:27
Curated Video

How To Make A Chick

Pre-K - 3rd
Theo is waiting for an egg to hatch so he can see a chick, Wendy decides to make him one.
Instructional Video3:39
Flipping Physics

#67 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam

12th - Higher Ed
This problem is about using the Right Hand Rule to determine the Net Magnetic Force on a current carrying loop near a Bar Magnet.
Instructional Video6:35
Fun Robotics

User-defined Functions in Python

Higher Ed
Defining functions in programming and how to create them in Python
Instructional Video2:34
Science360

Revealing Nature's Mathematical Formula For Survival

12th - Higher Ed
The vascular system of a leaf provides its structure and delivers its nutrients. When you light up that vascular structure with some fluorescent dye and view it using time lapse photography, details begin to emerge that reveal nature's...
Instructional Video2:34
Science360

Revealing Natures Mathematical Formula For Survival

12th - Higher Ed
The vascular system of a leaf provides its structure and delivers its nutrients. When you light up that vascular structure with some fluorescent dye and view it using time lapse photography, details begin to emerge that reveal nature's...
Instructional Video2:32
Science360

Extreme Microbes : Extremophiles - Science Nation

12th - Higher Ed
Astrobiologist Richard Hoover really goes to extremes to find living things that thrive where life would seem to be impossible - from the glaciers of the Alaskan Arctic to the ice sheets of Antarctica. These so-called, "extremophiles"...
Instructional Video3:13
TMW Media

The Powerhouse Sun: Learn how the sun lives and will die

K - 5th
Describe solar flares and their behavior. What makes the sun throb rhythmically? Describe what will happen when the sun dies. The Powerhouse Sun, Part 3
Instructional Video4:13
Science360

Fluorescent Foliage - Science Nation

12th - Higher Ed
The vascular system of a leaf provides its structure and delivers its nutrients. When you light up that vascular structure with some fluorescent dye and view it using time lapse photography, details begin to emerge that reveal nature's...
Instructional Video9:44
Packt

Practice Exercise – 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)

Higher Ed
This video presents an example on inverted sequence pyramid logic program. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video5:35
Curated Video

Describe an advanced data structure : From Painfully Slow to Optimal: The Maximum Sum Subarray

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video6:15
Science360

NSF SCIENCE NOW: EPISODE 50

12th - Higher Ed
In this week's episode, we learn how AI uncovers insights into cancer, how loops give toughness to spider silk, a newly released database of stars and finally, we investigate a novel water testing technique. Check it out! Provided by the...
Instructional Video7:48
Catalyst University

Anatomy of the Bony Labrynth

Higher Ed
Anatomy of the Bony Labrynth
Instructional Video5:18
Curated Video

Deep Learning with Python (Video 14)

Higher Ed
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Instructional Video11:55
Curated Video

Complete Python Scripting for Automation - Introduction to while loop

Higher Ed
Loops - for and while loops with break, continue and pass: Introduction to while loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for Automation".You...
Instructional Video5:26
Curated Video

High Performance Scientific Computing with C 1.5: Linear Equations and Matrix Methods

Higher Ed
How can we invert a matrix? How fast can we do it? • Learn why matrix inversion is useful • See how to invert a matrix numerically • Learn how expensive matrix inversion is
Instructional Video9:27
Curated Video

Multi-Paradigm Programming with Modern C++ - More Range Examples

Higher Ed
Everything you can do with loops and algorithms; you can also do with ranges. Thanks to lazy evaluation of views, the code becomes more functional, and often more compact. • Returning ranges from functions • Creating a new range that...
Instructional Video7:21
Programming Electronics Academy

Arrays and For Loops: Arduino Course 7.4

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video3:24
Curated Video

Develop a computer program to solve a problem using control structures : Break

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: Break
Instructional Video4:46
Curated Video

Describe computer programming : Section Recap

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Section Recap
Instructional Video5:10
Curated Video

Hands-On WebAssembly for C++ Programmers - Providing Music in Our Applications

Higher Ed
How do we integrate music into our games? • Explore how music differs from sounds • Integrate music tracks into our game • Learn how to play/pause music with a keypress This clip is from the chapter "Making Music in the Browser by...
Instructional Video26:16
APMonitor

Python 🐍 If Statements

10th - Higher Ed
Statements if and else tell the computer what to do based on a condition that is True or False. The elif statement is an additional if statement when there is more than one switching condition.
Instructional Video6:29
Curated Video

Multi-Paradigm Programming with Modern C++ - Structure of C++ Projects

Higher Ed
In this video, we learn what is physical project structure and why it is important. • What is project structure? • Why is good structure important? • What are the elements of project structure? This clip is from the chapter "Structuring...
Instructional Video8:30
Catalyst University

Abdominal Aortic Aneurysm (AAA) | Presentation, Risk Factors, & Signs/Symptoms

Higher Ed
In this video, we explore the risk factors, presentation, and signs/symptoms of an abdominal aortic aneurysm (AAA) and how it can progress to a dissection.
Instructional Video7:42
Packt

Big O(n) Complexity

Higher Ed
This video explains the concept of big O(n) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...