Instructional Video4:47
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Numbers

Higher Ed
One. Two. Three. Numbers have been a part of our lives since we were kids. Numbers are actually very important in programming (and in Python) these days. This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Instructional Video6:17
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Create an Object (Instance) from Your Class

Higher Ed
This video demonstrates how to create object (instance) from a class. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a...
Instructional Video8:35
Curated Video

Learn Go in 3 Hours - If/Else and For Statements

Higher Ed
The if/else statement is present in many languages, as is the for statement. Go provides a unique twist on both. • This video covers the if/else and for statements in Go, how they are both similar and different to the same statements in...
Instructional Video8:19
Brian McLogan

Three Mistakes Students make when finding the inverse of a function

12th - Higher Ed
👉 In this video I will show you the three most common mistakes students make when they are finding the inverse of a function
Instructional Video4:02
Curated Video

Power of a Quotient Property (Part 1)

K - 12th
Find the power of a quotient.
Instructional Video10:28
Curated Video

C++ for Beginners - Bitwise Operators

Higher Ed
This lesson examines Bitwise operators, or, ways to manipulate binary numbers. This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Instructional Video5:57
Brian McLogan

Find the missing side of a oblique triangle using law of sines

12th - Higher Ed
👉 Learn how to solve for the length of the sides and the measures of the angles of a triangle using the law of sines. The law of sines is used in determining the length of the opposite side to a known angle measure or the measure of the...
Instructional Video1:57
Brian McLogan

Verifying two linear equations are inverses of each other

12th - Higher Ed
👉 Learn how to show that two functions are inverses. The composition of two functions is using one function as the argument (input) of another function. In simple terms composition of two functions is putting one function inside another...
Instructional Video3:01
Brian McLogan

Subtract two rational expressions

12th - Higher Ed
Subtract two rational expressions
Instructional Video6:35
Brian McLogan

Complete the square by factoring out a two to label the vertex

12th - Higher Ed
👉 Learn how to identify the vertex of a parabola by completing the square. A parabola is the shape of the graph of a quadratic equation. A quadratic equation can be written in the standard form (i.e. in the form y = ax^2 + bx + c) or it...
Instructional Video0:55
Brian McLogan

Write the function f(x) given transformations

12th - Higher Ed
Write the function f(x) given transformations
Instructional Video7:37
Brian McLogan

Master How to find the distance between two points

12th - Higher Ed
Master How to find the distance between two points
Instructional Video5:06
Brian McLogan

Write the rational expression in reciprocal function form

12th - Higher Ed
👉 Learn all about reciprocal functions. A reciprocal function is a function of the form f(x) = 1/x. The graph of a reciprocal function is composed of the vertical and the horizontal asymptotes and the points where the curve turns. For...
Instructional Video5:31
Brian McLogan

Write a polynomial when given a complex and real root

12th - Higher Ed
👉 Learn how to write the equation of a polynomial when given complex zeros. Recall that a polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The...
Instructional Video2:50
Brian McLogan

Zeros and multiplicity of a polynomial factoring by grouping

12th - Higher Ed
👉 Learn how to find all the zeros of a polynomial by grouping. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a polynomial are...
Instructional Video2:48
Brian McLogan

Write the quadratic function given different transformations

12th - Higher Ed
Write the quadratic function given different transformations
Instructional Video2:30
Curated Video

Simplifying Expressions (Part 2)

3rd - 5th
Simplifying expression when subtraction is involved.
Instructional Video1:27
Curated Video

Simplifying Algebraic Expressions (Example)

3rd - 5th
Simplify algebraic expressions by distributing and combining like terms.
Instructional Video2:27
Curated Video

Power of a Quotient Property (Part 2)

K - 12th
Find the power of a quotient.
Instructional Video14:34
Curated Video

PEP8 Guidelines Python Clean Coding - Code Layout

Higher Ed
This video explains the major rules to align your code and how you will create your first project. This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the PEP8 code...
Instructional Video4:20
Curated Video

Applying the Distributive Property with Diagrams

K - 5th
In this video, students learn about the distributive property and how to apply it using diagrams. The teacher explains the concept of equivalent expressions and demonstrates how to expand and simplify expressions using blocks and visual...
Instructional Video4:13
Brian McLogan

How to Find Zeros, Multiplicity and End Behavior to Graph of a Polynomial

12th - Higher Ed
👉 Learn how to find all the zeros of a factored polynomial. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a polynomial are the...
Instructional Video13:18
Brian McLogan

Solve Rational Equations Part 2

12th - Higher Ed
Solve Rational Equations Part 2
Instructional Video6:33
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Working with Arrays

Higher Ed
This video is the first project of this section where the program will prompt the user to input 5 integers. Then, it stores each of the integers in a regular built-in array. Finally, after the storing is completed, in a separate loop,...