NASA
Why Can You See the Moon During the Day? We Asked a NASA Scientist
Why can you see the Moon during the day? Easy, because it’s there! It may seem odd to look up at the daytime sky and see the Moon but it’s perfectly natural. Planetary geologist Sarah Noble breaks it down so you know when to look up....
Let's Tute
Excel VBA Tutorial: Variables, Wrap Text, and Database Merge/Unmerge
In this video, the teacher explains the concepts of variables, wrap text, and merging/unmerging data in Microsoft Excel. They walk through the coding process and demonstrate how to perform these tasks step-by-step.
Curated Video
Crunches: A Simple and Effective Abdominal Workout
This video provides a simple and effective guide to performing crunches, one of the most basic and versatile exercises. It demonstrates the correct form and technique, as well as variations such as reverse crunches, twist crunches, and...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler execution flow
Visualization of how a hashmap works to achieve O(1) complexity/performance This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler using Binary Search Trees - Introduction
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
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Use hash structure in a practical exercise - Quote finder
A look at basic searching techniques and the bisection search algorithm This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 3: Add functions, calculate and analyze runtime
Programmatic visual of execution steps performed by the insertion sort algorithm as it sorts a list of 5 elements This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3:...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Numbers, math, type casting and input
Conclude our look at iterators, generators and popular functions associated with them with while loops and enumerate and zip functions This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...
IDG TECHtalk
R tip: R Markdown tutorial
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...
Mediacorp
Virtual Reality Travel: Exploring Japan from Home
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...
Curated Video
Adding Polynomials: Combining Like Terms
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...
Curated Video
Understanding Closure Property: Sets of Numbers
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,...
Brian McLogan
Find the intersection of two sets
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 - In-depth look at execution context of recursive divide function
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,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Insertion sort demonstration and assignment handoff
Complete merge function - add remaining items 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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Setup Atom as text editor (setup used in this course)
Download and customize the Atom text editor. This is the editor used in this course throughout This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Curated Video
Finding the Intersection of Subsets in Sample Spaces
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...
Brian McLogan
How to find the compliment of a set using 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
Beginning information on sets
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Section final project objective and motivation
Implement the bubble sort 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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 1: Build random int list generator
Implement the selection sort 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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 3
A visual look at the Quicksort 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 Structures".This section is about...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood
An introductory look at branching and how it works including real code examples from projects built in the course in later sections This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Classes and objects - an introductory look
Explore lambda expressions and use them in conjunction with other functions like map 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...