Curated Video
How To Make A Chick
Theo is waiting for an egg to hatch so he can see a chick, Wendy decides to make him one.
Flipping Physics
#67 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about using the Right Hand Rule to determine the Net Magnetic Force on a current carrying loop near a Bar Magnet.
Fun Robotics
User-defined Functions in Python
Defining functions in programming and how to create them in Python
Science360
Revealing Nature's Mathematical Formula For Survival
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...
Science360
Revealing Natures Mathematical Formula For Survival
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...
Science360
Extreme Microbes : Extremophiles - Science Nation
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"...
TMW Media
The Powerhouse Sun: Learn how the sun lives and will die
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
Science360
Fluorescent Foliage - Science Nation
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...
Packt
Practice Exercise – 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)
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...
Curated Video
Describe an advanced data structure : From Painfully Slow to Optimal: The Maximum Sum Subarray
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...
Science360
NSF SCIENCE NOW: EPISODE 50
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...
Curated Video
Deep Learning with Python (Video 14)
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....
Curated Video
Complete Python Scripting for Automation - Introduction to while loop
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...
Curated Video
High Performance Scientific Computing with C 1.5: Linear Equations and Matrix Methods
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
Curated Video
Multi-Paradigm Programming with Modern C++ - More Range Examples
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...
Programming Electronics Academy
Arrays and For Loops: Arduino Course 7.4
A walkthrough of using arrays and for loops in programming.
Curated Video
Develop a computer program to solve a problem using control structures : Break
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: Break
Curated Video
Describe computer programming : Section Recap
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
Curated Video
Hands-On WebAssembly for C++ Programmers - Providing Music in Our Applications
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...
APMonitor
Python 🐍 If Statements
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.
Curated Video
Multi-Paradigm Programming with Modern C++ - Structure of C++ Projects
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...
Catalyst University
Abdominal Aortic Aneurysm (AAA) | Presentation, Risk Factors, & Signs/Symptoms
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.
Packt
Big O(n) Complexity
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...