All In One Social Media
My Home In Korea - Moving To Korea - Desiree Martinez
My Home In Korea - Moving To Korea // We moved to Korea! Check out our super big house and its funny quarks and enjoy some drone aerial footage or our "backyard".
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation
Add ability to perform several runs of the functions under analysis and perform testing using additional functions and test cases This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Bubble sort implementation
Look at the merge sort algorithm and its big O analysis This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Brian McLogan
What is the commutative property of multiplication
👉 Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Brian McLogan
Dividing two positive numbers, 20 / 4
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
Brian McLogan
Basic Math - Dividing a zero by a number and dividing a number by zero
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
KnowMo
Multiplying Across a Single Bracket: Techniques and Examples
The video is a lecture on how to multiply across a single bracket in algebra. The presenter explains the meaning behind brackets in algebraic expressions and gives an example to demonstrate this. The video then goes on to explain a...
Institute for New Economic Thinking
A Categorical Breakdown
In part 4 of INET's interview with Amar Bhidé, he says that faulty regulatory categorizations encourage poor evaluations of assets and a false sense of confidence
Brian McLogan
How to find the intersection and union with sets in a venn diagram
In this playlist I show you how to understand set theory. I introduce sets as venn diagrams, mapping and as sets of numbers. With sets we look at how to find the union, compliment, and intersection of given sets. We introduce sets with...
Brian McLogan
Multiplying two numbers both negative, -4 . (-2)
👉 You will learn how to multiply integers from one digit to multiple digits. When multiplying it is important to understand that multiplication is just repeated addition. However with multi-digit numbers we will follow a step by step...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting nodes with 2 children
Design and build a project that utilizes the algorithms and tools that have been developed so far This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 2
Complete implementation of the merge sort algorithm and visualize execution context This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth
Complete Student class and look at inheritance and subclasses This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Curated Video
Creational Design Patterns in Modern C++ - Introduction - introduces you to the abstract factory pattern, its intent, and its structure
This video introduces you to the abstract factory pattern, its intent, and its structure. • Identify key parts of the application • Plan out the class structure using class diagrams (UML) • Create a class implementation using UML...
Curated Video
Factors Affecting Photosynthesis and Maximizing Plant Growth
The video discusses the factors that influence the rate of photosynthesis in plants, including light intensity, temperature, and carbon dioxide concentration. Different zones are shown to demonstrate the impact of each factor on the rate...
Brian McLogan
How to venn diagrams with three diagrams
In this playlist I show you how to understand set theory. I introduce sets as venn diagrams, mapping and as sets of numbers. With sets we look at how to find the union, compliment, and intersection of given sets. We introduce sets with...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - In-order traversal
Step by step display of the functionality of the completed job scheduler project This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 1 - Countdown timer
Look at specs for the project along with actual completed program execution This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 1
Visual presentation and complexity analysis of the bubble sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Selection sort implementation
Continue building merge function - iteration through lists This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Strings: concatenation, indexing, slicing, python console
Working with sublists, slicing, indexing and basic iteration This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Python Programmer
EDA Python - 11-3sets
This video introduces the concept of sets in python. They are very similar to sets in mathematics.
Brian McLogan
Multiplying two numbers both positive, 2 . 5
👉 You will learn how to multiply integers from one digit to multiple digits. When multiplying it is important to understand that multiplication is just repeated addition. However with multi-digit numbers we will follow a step by step...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Delete demo
Build the binary search function using iteratively This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null