Curated Video
Complete Python Scripting for Automation - Converting simple code into Functions
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...
Brian McLogan
How To Write a Proof - Proving Parallel Lines
๐ 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...
Brian McLogan
What are porportional parts of parallel lines
๐ 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,...
KnowMo
Understanding Reciprocal and Exponential Graphs
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...
Indigo Artbox
How to Draw a Horse and Paint with Watercolors
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.
Curated Video
Describe computer programming : Working with Strings
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. โข...
Bethany Thiele, Art Teacher
How to Paint Fireworks with Watercolors
How to Paint Fireworks with Watercolors.mp4
Music Matters
Piano for Beginners Lesson 7 - The Note B & Musical Phrases
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...
Curated Video
Mastering Swift 2 Programming (Video 22)
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...
Curated Video
GCSE Secondary Maths Age 13-17 - Geometry & Measures: Geometry - Explained
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...
KnowMo
Understanding Place Value and Number Lines
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...
Curated Video
Understanding Coordinate Pairs and Describing Paths on a Coordinate Plane
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...
Brian McLogan
How do you graph a system of linear inequalities
๐ 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...
Brian McLogan
What are proportional and congruent parts of parallel lines
๐ 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,...
KnowMo
Math Basics: Midpoint, Parallel Lines, and Perpendicular Lines
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...
Music Matters
Reading Treble Clef Ledger Lines - Music Theory
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...
Odd Quartet
Music Theory - How Intervals Work
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!
Curated Video
Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model
The TensorFlow programming model signifies how to structure your predictive models. โข Look at the steps for structuring the model
The Wall Street Journal
The Changing Face of Hospitals
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.
Curated Video
Test a computer program or algorithm : Intro to Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video provides an introduction to errors in Python.
Practical Ninjas
Chapters, Sections, Subsections, Paragraphs in LaTeX | Learn using ShareLaTeX | Learning LaTeX 02
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...
Curated Video
Learning R for Data Visualization (Video 8)
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...
Product Design Online
Learn Fusion 360 in 30 Days - Day #15: 3D Model a Painter's Tripod
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...
Curated Video
Complete Python Scripting for Automation - working with search and match operations from re module
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...