Instructional Video7:26
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $inc operator - `1

Higher Ed
In this video, we will learn about $inc operator. This clip is from the chapter "Update Operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover update operators.
Instructional Video3:44
Curated Video

STEAM Skills

Higher Ed
This video lists top four life-skills that can be developed through applying STEAM Education and show how these skills are important for career success for all professions nowadays and in the future.
Instructional Video10:27
Professor Dave Explains

The Roots of Logic in the Ancient World

12th - Higher Ed
I did promise that this playlist would include logic in addition to philosophy, so it's time to get rolling with that. How did logic emerge, and how did it evolve over time? Let's focus first on its origins and its status leading up to...
Instructional Video8:12
Professor Dave Explains

Early Philosophical Thought (East Asia and India)

12th - Higher Ed
Philosophy has its roots all over the world, and although the best preserved documents are from the Western world, which is why this topic is so frequently studied from a Western perspective, there are a number of Eastern thinkers that...
Instructional Video15:20
Institute for New Economic Thinking

The Economics of Care

Higher Ed
Nancy Folbre is an American feminist economist who focuses on economics and the family, non-market work and the economics of care. She is Professor Emirita of economics at the University of Massachusetts Amherst, who has written...
Instructional Video3:03
Science ABC

Human Brain vs Supercomputer: Which One Wins?

Pre-K - Higher Ed
Since the birth of the first computers, there has been a direct comparison between these “calculating machines” and the human brain. One of the common phrases circulating for decades, promoting the idea of a “brain versus computer”...
Instructional Video6:52
Curated Video

Implement logical operations in a computer program : Logical Operators

Higher Ed
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. Logical operators are typically used with Boolean (logical) values. When they...
Instructional Video4:27
Curated Video

Understanding the Phillips Curve and its Role in Economic Management

12th - Higher Ed
The video explains the concept of the Phillips Curve and its relationship to managing economies from a demand side perspective. The video explains the history of the Phillips Curve, which was established in 1958 by AW Phillips, and how...
Instructional Video6:52
Fun Robotics

How AI works?

Higher Ed
Describes how AI uses machine learning techniques to train machines using a simple example. Also, introduces the term Deep Learning briefly.
Instructional Video9:28
Let's Tute

Volume: Sphere and Hemisphere

9th - Higher Ed
In this video, the teacher explains how the story of the thirsty crow applies mathematical principles, and then goes on to demonstrate how to calculate the number of marbles required to raise the water level in a glass using volume...
Instructional Video1:02
Bill Carmody

The Importance of Emotional Connection and Logical Reasons to Buy in Marketing

Higher Ed
In this video, Bill Carmody emphasizes the importance of connecting with your audience on an emotional level before providing logical reasons to buy. He explains that while people often make purchasing decisions based on emotion, they...
Instructional Video1:14
Bill Carmody

The Power of Emotional Connection in Marketing

Higher Ed
Everyone buys on emotion but then back-fills with logic. Bill Carmody goes into detail on why emotional reasons to buy are just as important as logical reasons to buy.
Instructional Video5:34
Flame Media

Crystallised Intelligence vs Fluid Intelligence

12th - Higher Ed
In his series 'Redesign my Brain', award winning documentary maker Todd Sampson puts brain training to the test as he undergoes a radical brain makeover. The cutting edge new science of brain plasticity has found that anyone can become...
Instructional Video14:01
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Parameterizing the Test Data from Json Files Using Each Command

Higher Ed
This video explains parameterizing the test Data from Json files. This clip is from the chapter "Cypress Framework Part 2- Page Object Design and Test Parameterization" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video3:40
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - The Spark Architecture

Higher Ed
In this session, we will understand the architecture of Spark. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give...
Instructional Video17:29
Curated Video

Complete Python Scripting for Automation - Introduction to Functions

Higher Ed
Functions: Introduction to Functions This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling a function...
Instructional Video13:12
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Streams API - Quick Start

Higher Ed
This lecture helps you create your first Kafka Streams Application. The example is the simplest streaming application. However, it helps you understand the basic API structure and its usage. This clip is from the chapter "Enter the...
Instructional Video9:44
Packt

Practice Exercise – 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)

Higher Ed
This video presents an example on inverted sequence pyramid logic program. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video21:11
Curated Video

Complete Python Scripting for Automation - How to use Functions of one script into another script, what is __name__ ?

Higher Ed
Functions: How to use Functions of one script into another script, what is __name__ ? This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting...
Instructional Video5:01
National Institute of Standards and Technology

NIST Unscripted - Ray Simmonds

9th - 12th
NIST physicist Ray Simmonds discusses his work in quantum physics and NIST's efforts to create a quantum computer. He also describes a qubit and a quantum bus, along with explaining how he was inspired to become a scientist.
Instructional Video14:32
Curated Video

Bash Shell Scripting- Logical AND OR and NOT operators - ( &&, || and ! )

Higher Ed
This video shows how to use the Logical AND OR and NOT operators - ( &&, || and ! ). This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This...
Instructional Video4:11
Virtually Passed

velocity of center of wheel under pure role

Higher Ed
If a disk/ wheel is rolling across a floor without slipping then the velocity of the centroid of the disk will have a velocity V_0 = Rw.
Instructional Video7:17
Virtually Passed

Math Puzzle - Inventing a function

Higher Ed
What is a function f(x) such that: x f(x) 1 1 2 1 3 2 4 2 5 3 etc... The trick to solving this puzzle is to find a function which returns 1 for even numbers and 0 for odd numbers!
Instructional Video8:44
Curated Video

Implement different search algorithms : BST - Deleting nodes with 1 child node

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Delete scenario 2 - deleting nodes with 1 child node