Instructional Video2:20
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 3: Add functions, calculate and analyze runtime

Higher Ed
Programmatic visual of execution steps performed by the insertion sort algorithm as it sorts a list of 5 elements
r/>
This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series...
Instructional Video12:43
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Numbers, math, type casting and input

Higher Ed
Conclude our look at iterators, generators and popular functions associated with them with while loops and enumerate and zip functions
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based...
Instructional Video7:36
IDG TECHtalk

R tip: R Markdown tutorial

Higher Ed
In this 10th episode of Do More with R, learn how to create HTML, Word docs, PowerPoint presentations, and more that combine text, graphics, and R code. Leave a comment and let us know what tips you’d like to see in a future Do More With...
Instructional Video2:44
Mediacorp

Virtual Reality Travel: Exploring Japan from Home

12th - Higher Ed
In this video, the speaker discusses how virtual reality has become a way for them to connect with friends and experience travel. They then demonstrate using virtual reality to explore Japan through Google Earth, highlighting the...
Instructional Video5:13
Curated Video

Understanding Closure Property: Sets of Numbers

K - 5th
Closure refers to the property of a set of numbers and operations where performing those operations on any two elements of the set always results in another element of the set. We examine various sets of numbers, such as whole numbers,...
Instructional Video5:51
Curated Video

Adding Polynomials: Combining Like Terms

K - 5th
In this video, the teacher explains that the set of polynomials is closed under addition by combining like terms. They provide examples and explanations of how to add polynomials together, emphasizing the importance of keeping the...
Instructional Video1:59
Brian McLogan

Find the intersection of two sets

12th - Higher Ed
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...
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
r/>
This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based...
Instructional Video5:00
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Insertion sort demonstration and assignment handoff

Higher Ed
Complete merge function - add remaining items
r/>
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 Video13:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Setup Atom as text editor (setup used in this course)

Higher Ed
Download and customize the Atom text editor. This is the editor used in this course throughout
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:07
Curated Video

Finding the Intersection of Subsets in Sample Spaces

K - 5th
In this video, the teacher explains the concept of intersection of subsets in a sample space using examples. They use the analogy of two streets intersecting to illustrate how the intersection of two sets contains the elements that are...
Instructional Video2:16
Brian McLogan

How to find the compliment of a set using a venn diagram

12th - Higher Ed
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...
Instructional Video13:31
Brian McLogan

Beginning information on sets

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video16:40
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Section final project objective and motivation

Higher Ed
Implement the bubble sort algorithm step by step
r/>
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 Video13:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 1: Build random int list generator

Higher Ed
Implement the selection sort algorithm step by step
r/>
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:09
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 3

Higher Ed
A visual look at the Quicksort algorithm
r/>
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...
Instructional Video12:17
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood

Higher Ed
An introductory look at branching and how it works including real code examples from projects built in the course in later sections
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based...
Instructional Video10:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Classes and objects - an introductory look

Higher Ed
Explore lambda expressions and use them in conjunction with other functions like map
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Instructional Video4:20
Curated Video

Apache Maven Beginner to Guru - Assignment Review "Testing with Maven"

Higher Ed
This video provides an assignment review for adding Groovy and Junit 4 support to a Maven project.
r/>
This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how...
Instructional Video8:49
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project handoff: Bringing it together

Higher Ed
Project execution and completion for quote finder using the implemented hash table class
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python,...
Instructional Video5:51
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Bisection/Binary search - Iterative implementation

Higher Ed
Implement the get_val method and add search functionality for the class
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video11:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Command line/Terminal basics

Higher Ed
An introductory look at collections in Python<br/<br/>>

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

Apache Maven Beginner to Guru - Deploy CircleCI to Packagecloud

Higher Ed
This video explains how to deploy CircleCI to packagecloud.<br/<br/>>

This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.
Instructional Video3:20
Brian McLogan

Why do I need to know the difference of real numbers

12th - Higher Ed
👉 Learn how to classify numbers. We will classify numbers as real, imaginary, rational, and irrational.