Instructional Video7:57
Curated Video

Complete Python Scripting for Automation - Converting simple code into Functions

Higher Ed
Functions: Converting simple code into Functions This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling a...
Instructional Video5:59
Brian McLogan

How To Write a Proof - Proving Parallel Lines

12th - Higher Ed
๐Ÿ‘‰ Learn how to write a proof when given angles from parallel lines and a transversalWe will explore angle relationships with parallel lines and a transversal. Parallel lines are two lines on a plane that will never intersect and a...
Instructional Video1:49
Brian McLogan

What are porportional parts of parallel lines

12th - Higher Ed
๐Ÿ‘‰ Learn how to solve for an unknown measure using parallel sides. When two parallel lines are cut by a transversal, there are some congruents angles that are formed. Some of the congruents angles formed include the corresponding angle,...
Instructional Video2:27
KnowMo

Understanding Reciprocal and Exponential Graphs

12th - Higher Ed
The video discusses reciprocal and exponential graphs and their shapes. The instructor explains the formula for reciprocal graphs and how the denominators affect the curve shape. They also cover the negative reciprocal graph and its...
Instructional Video12:29
Indigo Artbox

How to Draw a Horse and Paint with Watercolors

K - 5th
Learn to draw a horse and paint with watercolors. We'll use the artist Franz Marc for inspiration. Want the supplies in this video? Visit us at indigoartbox.com.
Instructional Video6:03
Curated Video

Describe computer programming : Working with Strings

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will introduce you to single-quote and multiple-quote strings. โ€ข...
Instructional Video13:03
Bethany Thiele, Art Teacher

How to Paint Fireworks with Watercolors

K - 5th
How to Paint Fireworks with Watercolors.mp4
Instructional Video12:08
Music Matters

Piano for Beginners Lesson 7 - The Note B & Musical Phrases

9th - 12th
In this video you will learn a new note in the bass clef, B, and get fluent about playing C and B in the left hand. You will also learn about phrases and how they work like musical sentences. The video includes reminders from earlier in...
Instructional Video4:37
Curated Video

Mastering Swift 2 Programming (Video 22)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video3:26
Curated Video

GCSE Secondary Maths Age 13-17 - Geometry & Measures: Geometry - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video1:40
KnowMo

Understanding Place Value and Number Lines

3rd - 12th
The video is a tutorial about place value and number lines. The presenter explains the importance of place value and how the position of each digit carries a specific value. They also discuss how to align numbers correctly when doing...
Instructional Video4:04
Curated Video

Understanding Coordinate Pairs and Describing Paths on a Coordinate Plane

K - 5th
In this lesson, we explored the mathematical relationships between coordinate pairs on a grid system. We learned how to describe the connection between points on a coordinate plane, including the shape of the path that connects them. By...
Instructional Video2:55
Brian McLogan

How do you graph a system of linear inequalities

12th - Higher Ed
๐Ÿ‘‰ Learn about graphing a system of inequalities. A system of inequalities is a set of more than one inequalities which are to be solved simultaneously. To solve a system of inequalities graphically, we graph the individual inequalities...
Instructional Video2:45
Brian McLogan

What are proportional and congruent parts of parallel lines

12th - Higher Ed
๐Ÿ‘‰ Learn how to solve for an unknown measure using parallel sides. When two parallel lines are cut by a transversal, there are some congruents angles that are formed. Some of the congruents angles formed include the corresponding angle,...
Instructional Video3:33
KnowMo

Math Basics: Midpoint, Parallel Lines, and Perpendicular Lines

9th - Higher Ed
The video provides an introduction to the concepts of midpoint, parallel lines, and perpendicular lines in mathematics. The instructor explains how to calculate the midpoint of two points, the properties of parallel lines, and the...
Instructional Video4:56
Music Matters

Reading Treble Clef Ledger Lines - Music Theory

9th - 12th
How well do you know your treble clef ledger lines above and below the stave? You may be fairly new to reading music or you may have been a musician for years but many musicians get caught out when it comes to reading notes on ledger...
Instructional Video6:02
Odd Quartet

Music Theory - How Intervals Work

9th - 12th
We continue our music theory adventure by looking at the different kinds of intervals in both the major and minor scales, as well as augmented and diminished intervals. There is a lot of new information in this one!
Instructional Video3:40
Curated Video

Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model

Higher Ed
The TensorFlow programming model signifies how to structure your predictive models. โ€ข Look at the steps for structuring the model
Instructional Video23:19
The Wall Street Journal

The Changing Face of Hospitals

Higher Ed
Leslie Davis of UPMC and Gianrico Farrugia of Mayo Clinic, the chief executives of two of the countryโ€™s leading health systems, talk about how the pandemic has permanently changed their business.
Instructional Video13:13
Curated Video

Test a computer program or algorithm : Intro to Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video provides an introduction to errors in Python.
Instructional Video5:01
Practical Ninjas

Chapters, Sections, Subsections, Paragraphs in LaTeX | Learn using ShareLaTeX | Learning LaTeX 02

12th - Higher Ed
In the following video one will learn about LaTeX. Sometimes one needs to add different chapters, sections and paragraphs in a document. This video focuses on creating chapters, sections, subsections and paragraphs. Technique to include...
Instructional Video3:44
Curated Video

Learning R for Data Visualization (Video 8)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video11:26
Product Design Online

Learn Fusion 360 in 30 Days - Day #15: 3D Model a Painter's Tripod

Higher Ed
Mirror Compute Options 1. Optimized is the fastest. It uses some internal code that just mirrors the faces of the feature. However, there are some limitations. 2. Identical is the next fastest. This method just extracts the tool body of...
Instructional Video15:58
Curated Video

Complete Python Scripting for Automation - working with search and match operations from re module

Higher Ed
Regular expression with re module: working with search and match operations from re module This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this section, the...