Instructional Video8:40
APMonitor

Solve Nonlinear Equations with Python

10th - Higher Ed
This tutorial demonstrates how to set up and solve a set of nonlinear equations in Python using the SciPy Optimize package.
Instructional Video10:07
CTE Skills

HST-MT - Medical Terminology of the Cardiovascular System Pt. 2

Higher Ed
This Health Sciences video covers pronunciation and definitions of medical terminology pertaining to the Cardiovascular System.
Instructional Video4:37
Virtually Passed

Second Moment of Area Example 1

Higher Ed
To find the second moment of area about the x axis use Ix = /int y^2 dA To find the second moment of area about the y axis use Iy = /int x^2 dA In this video I solve this problem using the double integral method (which is more robust)....
Instructional Video5:09
Virtually Passed

Second Moment of Area Example 2

Higher Ed
In this video I use the double integral to solve for the moment of inertia of area of a triangle about a vertex Ix = /int y^2 dA This can also be done without using double integrals if we choose a 'larger' value of dA which is a...
Instructional Video1:21
Visual Learning Systems

The Basics of Elements

9th - 12th
In this video, the concept of elements is introduced, emphasizing that they are pure substances made up of only one kind of atom. Examples of elements like gold, helium, and aluminum are shown, along with their atomic structures. This...
Instructional Video3:55
Packt

Use different data types : Exploring Python Data Types

Higher Ed
From the section: NumPy Fundamentals in Python. Every programming language is different. You will cover fundamentals in order to get familiar with the Python environment needed for NumPy. You will learn to work with numbers, lists,...
Instructional Video4:00
Curated Video

Palladium: Properties, Uses, and History

Pre-K - Higher Ed
In this video, we learn about the metal palladium, which is part of the elite group of metals called the Platinum Group. The video highlights the properties of Palladium, including its usefulness as a catalyst, high resistance to wear...
Instructional Video8:03
Virtually Passed

Calculating moment of inertia for rotating bar around end

Higher Ed
Calculating moment of inertia for rotating bar around end
Instructional Video5:28
All In One Social Media

How to Make Animated Livestream Overlays for FREE!

Higher Ed
In this video, I will show you how to make animated Livestream overlays for your live streams so you can have animated bottom thirds.
Instructional Video1:15
Next Animation Studio

Earth’s inner core is superionic — a state of matter distinct from solid, liquid or gas

12th - Higher Ed
Earth’s inner core is neither solid nor liquid, according to a new study in the Nature science journal cited by Science Alert. It’s in what is known as a superionic state.
Instructional Video10:33
Professor Dave Explains

Periodic Table Part 1: Hydrogen

12th - Higher Ed
It's time to start our survey of the periodic table, and we are going to start with just one element, hydrogen. This is the most abundant element in the universe by a wide margin. What does it do? What are its properties? What are its...
Instructional Video8:44
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Extract the City and State

Higher Ed
We will extract the city and state from the purchase address in this video session. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video14:01
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Parameterizing the Test Data from Json Files Using Each Command

Higher Ed
This video explains parameterizing the test Data from Json files. This clip is from the chapter "Cypress Framework Part 2- Page Object Design and Test Parameterization" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video11:13
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Validating Attribute Properties and Their Behavior with Cypress Assertions

Higher Ed
This video introduces you to validating attribute properties. This clip is from the chapter "Cypress Framework Part 1- Understanding Fixtures and Custom commands" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video9:42
Let's Tute

The 7 Elements of Effective Communication

9th - Higher Ed
In this video, the teacher explains the seven elements of effective communication, including active listening, clarity and conciseness, personalization, empathy, confidence, open-mindedness, and giving and receiving feedback. The lesson...
Instructional Video5:12
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 2 – Brief

Higher Ed
It is time for a challenge. In this challenge, you are required to prepare and clean the data (remove defects). This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and...
Instructional Video18:35
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - How to Verify and Automate Check Boxes with Cypress

Higher Ed
This video explains how to verify and automate check boxes with Cypress. This clip is from the chapter "Handling Web Controls UI Using Cypress" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This section...
Instructional Video8:22
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - RDD Actions

Higher Ed
In this video session, we will explore a couple of Spark actions. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses on RDD...
Instructional Video16:16
Programming Electronics Academy

Using Arrays with For Loops

Higher Ed
I would say that arrays are one of the most useful programming tools available. Every programming language that I'm familiar with, at least, has some form of an array. If you're trying to learn a new programming language, one of the...
Instructional Video30:36
The Wall Street Journal

Art for the Masses

Higher Ed
Dustin Yellin has a vision for the museum of tomorrow: a blend of exhibitions, workshops and residencies open to creative thinkers and tinkerers from around the world. Hear how Pioneer Works is reshaping how spectators engage with art.
Instructional Video5:58
Curated Video

Italy, Rome - The Capuchin Crypt (Santa Maria della Concezione dei Cappuchini)

12th - Higher Ed
The Capuchin Crypt is a small space comprising several tiny chapels located beneath the church of Santa Maria della Concezione dei Cappuccini on the Via Veneto near Piazza Barberini in Rome, Italy. It contains the skeletal remains of...
Instructional Video8:46
Why U

Algebra 09 - Cartesian Products, Ordered Pairs and triples

12th - Higher Ed
Cartesian products can create sets of ordered pairs which correspond to points in 2-dimensional space, or ordered triples which correspond to points in 3-dimensional space. These sets form the logical foundation of the Cartesian...
Instructional Video3:16
Packt

What Is The DOM?

Higher Ed
DOM Manipulation & Events: What Is The DOM? This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the document object, DOM...
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...