PBS
What are Numbers Made of?
In the physical world, many seemingly basic things turn out to be built from even more basic things. Molecules are made of atoms, atoms are made of protons, neutrons, and electrons. So what are numbers made of?
3Blue1Brown
Olympiad level counting: How many subsets of {1,…,2000} have a sum divisible by 5?
Timestamps 0:00 - Puzzle statement and motivation 4:31 - Simpler example 6:51 - The generating function 11:52 - Evaluation tricks 17:24 - Roots of unity 26:31 - Recap and final trick 30:13 - Takeaways
Curated Video
Concurrent and Parallel Programming in Python - The Async Wait Statement
In this video, we will look at how we can wait for specific tasks to complete before we execute the code we want to run. Unlike the gather function that waits for all tasks to complete before running a code, this statement waits for...
Curated Video
Mastering C++ Standard Library Features [Video] - Example: Creating a Compile-Time Set Data Structure
Learn how to create a simple set-like compile-time data structure with a familiar `constexpr`-based syntax
Curated Video
Set Notation Symbols Explained
This video covers the essential symbols used in set notation and provides examples of how the set symbols are used.
Curated Video
Complete Python Scripting for Automation - Sets
Data Structures of Python: Sets This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
Curated Video
Probability: Exhaustive, Mutually Exclusive, and Independent Events
The video is a lecture about probability and how to define and calculate probabilities for different types of events. The presenter defines and explains exhaustive, mutually exclusive, and independent events, and demonstrates with...
Curated Video
Introduction to Basic Probability Notation and Formulas
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...
Curated Video
The Magic of Pepper's Ghost
In this video, we delve into the intriguing world of the Peppers Ghost illusion technique. Used in theaters, museums, films, and concerts, this technique creates ghost-like apparitions that captivate audiences. We uncover the history of...
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
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
Mastering Django Web Development (Video 15)
Django is one of the world's leading web development platforms that follows the model-view-template development method. This Python web framework makes your app building experience smoother, faster, and easier. It has been and continues...
msvgo
Cartesian Product of Sets
It defines the Cartesian product of sets. Also it explains the significance of the name ‘Cartesian product' and the method to estimate the cardinality of the product set.
Curated Video
Beginning Python (Video 13)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
REST APIs with Flask and Python - Advanced Set Operations
This video discusses the advanced set operations, such as calculating items that are in two sets or items that are in one set but not in another. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask...
Curated Video
REST APIs with Flask and Python - Logging Out Users in Your Rest API
This video demonstrates how to log out users in your REST API. This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge of Token and...
Curated Video
Fundamentals of Machine Learning - Unsupervised Learning
This video explains unsupervised learning, Principal Components Analysis (PCA), and clustering. This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Sets: Operations Solution 02
In this video, we will cover operations solution 02. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Empty and One-Element Arrays
In this video, you will learn how to create an empty and a single-element array. This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating an array,...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Sets in JavaScript
This video talks about sets in JavaScript. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Experiment: Event Exercise 01
In this video, we will cover Event exercise 01. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Random Variables: Random Variables Examples Solution 01
In this video, we will cover random variables examples solution 01. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Probability Model: Probability Axioms Derivations Solution 01
In this video, we will cover probability axioms derivations solution 01. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and...