Instructional Video7:16
Sprouts Learning

Project-Based Learning: How It Works and Why It’s So Effective

Higher Ed
Project Based Learning, in short PBL, is a powerful way to learn new things and remember them for a long time. It describes a form of learning that happens as a result of solving actual problems.
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 Video1:08
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - In-depth look at execution context of recursive divide function

Higher Ed
Final project kickoff and look at objective and motivation for building the project This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms,...
Instructional Video6:41
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler using Binary Search Trees - Introduction

Higher Ed
Go through implementation steps from concluded project 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 Video11:17
Brainwaves Video Anthology

Garret Ferguson - Project Based Learning

Higher Ed
Garret Ferguson is a fourth grade teacher in Franconia, NH. in this video he talks about project based learning and how to make global connections.
Instructional Video10:45
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Search

Higher Ed
Go through my implementation of the project and discuss code, tips and pointers This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:21
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting nodes with 2 children

Higher Ed
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,...
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 Video2:08
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 5: Add multiple run functionality and perform additional testing

Higher Ed
Discuss algorithms that achieve O(nlog(n)) performance and prerequisites for next one This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
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 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 Video8:37
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hash project 1: Define and set up class blueprint with __init__ and __str__

Higher Ed
Reverse a linked list using recursion 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 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 Video3:49
Curated Video

Project Based Learning

Higher Ed
Project-Based Learning is a method that involves students in a long-term in-depth investigation of a real world challenge. Instead of raw memorization of facts or following instructions that present a smooth path to knowledge, students...
Instructional Video7:21
Encyclopaedia Britannica

Project-Based Learning at Home

Pre-K - Higher Ed
Webcast series for parenting website. Project based learning at home.
Instructional Video6:26
Curated Video

Project-Based Learning: How It Works and Why It’s So Effective

Higher Ed
The video is about project-based learning (PBL), which is described as a powerful way to learn new things and remember them for a long time. The video also provides an example of a shy 19-year-old student named Jane who wanted to move...
Instructional Video7:28
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - A look at the recursive divide function

Higher Ed
Implement Quicksort algorithm step by step 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 Video6:46
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Analyze log(n), visualize the math behind it and how it relates to algorithms

Higher Ed
Build a recursive factorial function step by step 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...
Instructional Video14:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth

Higher Ed
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.
Instructional Video5:37
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Quicksort implementation

Higher Ed
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...
Instructional Video13:35
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Bubble sort implementation

Higher Ed
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...
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 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 Video11:53
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Bubble sort demonstration and complexity analysis

Higher Ed
An in-depth look at log(n) and what it represents 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...

Other popular searches