APMonitor
Solve Nonlinear Equations with Python
This tutorial demonstrates how to set up and solve a set of nonlinear equations in Python using the SciPy Optimize package.
CTE Skills
HST-MT - Medical Terminology of the Cardiovascular System Pt. 2
This Health Sciences video covers pronunciation and definitions of medical terminology pertaining to the Cardiovascular System.
Virtually Passed
Second Moment of Area Example 1
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)....
Virtually Passed
Second Moment of Area Example 2
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...
Visual Learning Systems
The Basics of Elements
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...
Packt
Use different data types : Exploring Python Data Types
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,...
Curated Video
Palladium: Properties, Uses, and History
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...
Virtually Passed
Calculating moment of inertia for rotating bar around end
Calculating moment of inertia for rotating bar around end
All In One Social Media
How to Make Animated Livestream Overlays for FREE!
In this video, I will show you how to make animated Livestream overlays for your live streams so you can have animated bottom thirds.
Next Animation Studio
Earth’s inner core is superionic — a state of matter distinct from solid, liquid or gas
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.
Professor Dave Explains
Periodic Table Part 1: Hydrogen
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Extract the City and State
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...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Parameterizing the Test Data from Json Files Using Each Command
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 +...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Validating Attribute Properties and Their Behavior with Cypress Assertions
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 +...
Let's Tute
The 7 Elements of Effective Communication
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 2 – Brief
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...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - How to Verify and Automate Check Boxes with Cypress
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - RDD Actions
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...
Programming Electronics Academy
Using Arrays with For Loops
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...
The Wall Street Journal
Art for the Masses
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.
Curated Video
Italy, Rome - The Capuchin Crypt (Santa Maria della Concezione dei Cappuchini)
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...
Why U
Algebra 09 - Cartesian Products, Ordered Pairs and triples
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...
Packt
What Is The DOM?
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...
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...