Instructional Video13:11
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Visualize Stacks and Queues, and their operations

Higher Ed
Delete scenario one - deleting nodes with no children (leaf nodes) This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video6:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hash project 4: Build search method

Higher Ed
In-depth look at in-order traversal and how it results in a sorted representation of the nodes of a BST This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python,...
Instructional Video3:52
IDG TECHtalk

How to create sets in Python: Introduction

Higher Ed
Learn how Python's set type can be used to create collections of unique objects, with powerful ways to inspect and manipulate their contents.
Instructional Video12:07
Curated Video

Introduction to Basic Probability Notation and Formulas

Higher Ed
This video provides an introduction to basic probability concepts and notation, including sets, subsets, union, intersection, and cardinality of sets. The video discusses how to calculate probability for equally likely events and...
Instructional Video5:53
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Probability - 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 Video4:14
Curated Video

Drawing Shapes with Multiple Conditions

K - 5th
In this lesson, students will learn how to create shapes using multiple conditions. They will review key terms such as congruent, parallel, right angle, and quadrilateral. Through examples and step-by-step instructions, they will...
Instructional Video7:52
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview - Python in-depth

Higher Ed
Introduction to material covered in the section and the who it's intended for 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.
Instructional Video7:08
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Build a Binary Search Tree from scratch - Insert

Higher Ed
Introduction to the job scheduler project - to be implemented by students, including motivation and requirements This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based...
Instructional Video12:27
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - In-order traversal of a Binary Search Tree

Higher Ed
Delete scenario 3 - deleting nodes with both left and right child nodes This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video13:07
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Complete quote finder using hash table

Higher Ed
Inserting nodes into a BST in-depth with test cases This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video8:21
Curated Video

Measures of Central Tendency and Grouped Data: Examples and Estimations

Higher Ed
This video is a lecture on measures of central tendency, specifically on how to find the mean for grouped data using coding sets. The lecturer explains the importance of summarizing large data sets and gives examples of various measures...
Instructional Video16:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function

Higher Ed
Working with numbers and computation along with type casting and getting input from user This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Instructional Video3:03
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting leaf nodes

Higher Ed
Here, the author thanks everyone for taking the course and suggestions for possible next steps This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms,...
Instructional Video10:10
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 4: Extract redundancies, create function and cleanup code

Higher Ed
Look at best, worst and average cases for complexity in more detail This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:48
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - O(nlog(n)) performance and algorithm prerequisites

Higher Ed
Build a countdown timer using recursion 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 section is about...
Instructional Video3:19
Curated Video

Using Line Plots to Predict Snow Days

K - 5th
In this video, a teacher demonstrates how to create a line plot using a data set of fractional measurements and emphasize the importance of accuracy and spacing when creating the plot. By analyzing last year's snowfall data organized on...
Instructional Video1:39
Brian McLogan

Using order of operations by following PEMDAS - Online Tutor

12th - Higher Ed
👉 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...
Instructional Video19:46
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Functions - implementation step by step

Higher Ed
Add previously built read functionality to the student class using static and regular methods, along with another special method __eq__ to test for equality based on custom definition This clip is from the chapter "Python in-depth" of...
Instructional Video6:07
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Bisection search - recursive implementation

Higher Ed
Start a project using the hash table structure/class that was built called quote finder This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video9:11
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro

Higher Ed
Visual presentation and complexity analysis of the selection 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...
Instructional Video5:50
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Insertion sort programmatic execution step by step

Higher Ed
A look at the divide/split function which introduces recursion 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...
Instructional Video18:23
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - String methods, functions and import statements

Higher Ed
Working with dictionaries, sets and tuples 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.
Instructional Video5:55
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview

Higher Ed
A look at development environments, some options and what we'll use in the course This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Instructional Video6:43
Let's Tute

Pair of Linear Equations: Coincident Equations and Dependence

9th - Higher Ed
In this video, we learn about coincident pair of linear equations and how they differ from intersecting lines. We see how to plot these equations on a graph and how they can result in an infinite number of common points or solutions....