Instructional Video13:11
Curated Video

Implement different search algorithms : BST - Deleting leaf nodes

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 one - deleting nodes with no children (leaf nodes)
Instructional Video27:44
Curated Video

Complete Python Scripting for Automation - Simple Python Script without and with oops concepts

Higher Ed
OOPS for Real Time: Simple Python Script without and with oops concepts This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object...
Instructional Video9:48
Limonero Films

Fujifilm: From Film to Digital

12th - Higher Ed
This video details the journey of Fujifilm from dominating the photo film market to pioneering digital cameras, facing the disruptive force of the digital age, and ultimately navigating the challenges posed by the rise of smartphones in...
Instructional Video10:10
3D Print General

Diagnosing and Fixing an Unknown 3D Printing Failure

Higher Ed
I'm back after a month hiatus attempting to fix a layer skipping failure that kept occurring. Watch as I go over the methods I use to attempt to diagnose and fix this problem of layer skipping on my machine.
Instructional Video2:09
Science360

Local 3D printing hubs bring manufacturing back to U.S. Smart America Expo

12th - Higher Ed
Imaginestics is a start-up out of West Lafayette, Indiana, founded by Nainesh Rathod. At the Smart America Expo, Rathod was part of a team that demonstrated the potential impact of "Smart Shape Technology" on 3D printing and local...
Instructional Video2:34
Science360

DigiMorph: Bringing Fossils to Life - Science Nation

12th - Higher Ed
High tech x-ray scanning equipment has opened up a whole new world to scientists studying delicate specimens such as fossils, skeletons and ancient manuscripts. It's called "high resolution X-ray computed tomography," and it essentially...
Instructional Video3:22
Programming Electronics Academy

What is Serial.begin(9600)?

Higher Ed
WHAT IS SERIAL.BEGIN(9600)? Are you wondering what Serial.begin(9600) does? You’ve probably seen it in most of the Arduino programs you’ve looked at – but what’s it there for?! Do you even need to use Serial.begin()? What if you change...
Instructional Video4:42
Programming Electronics Academy

Writing to Console with Arduino

Higher Ed
You will learn exactly how to print and write text to the Arduino console Spoiler Alert – you may have been looking for love in all the wrong places – it’s not actually the console! You’ll write to the Serial Monitor. You will learn the...
Instructional Video4:37
Curated Video

Call a function : Demo - String Operations

Higher Ed
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: Demo -...
Instructional Video10:49
Curated Video

Complete Python Scripting for Automation - simple hello world script

Higher Ed
Basics of print, indentation, comments and special characters: simple hello world script This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for...
Instructional Video16:29
Curated Video

Complete Python Scripting for Automation - Exception Handling for known Exceptions

Higher Ed
Exception Handling: Exception Handling for known Exceptions This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined...
Instructional Video13:14
Curated Video

C++ Developer - The Array Class

Higher Ed
This video explains the array class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video13:02
Curated Video

Evaluate two sorting or two search algorithms : Selection sort implementation

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the selection sort algorithm step by step
Instructional Video18:14
Curated Video

Complete Python Scripting for Automation - Simple Functions with arguments

Higher Ed
Functions: Simple Functions with arguments 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...
Instructional Video20:45
Curated Video

Complete Python Scripting for Automation - Loops | Working with for loop

Higher Ed
Loops - for and while loops with break, continue and pass: Loops | Working with for loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
Instructional Video4:58
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q2 Get the City that Sold the Most Products

Higher Ed
In this session, we will discuss the second question of the challenge and get the city that sold the most products. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and...
Instructional Video6:40
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Data Preparation

Higher Ed
In this session, we're going to unpack RDD transformations and actions, but first, let's prepare the session and data. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video4:23
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Python Installation

Higher Ed
We will be installing Python in this session (Windows). 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 you a...
Instructional Video8:02
The Art Assignment

Five Favorite Works of Art with Hannah Hart | The Art Assignment | PBS Digital Studios

9th - 12th
We met Hannah Hart in her studio to talk about everything from painting to poetry.
Instructional Video4:27
3D Print General

3D Printed Batman V Superman Helmet

Higher Ed
In this video I go over the printing, assembling, painting, and lighting of this Batman VS Superman Helmet designed by Stefanos Anagnostopoulos. Batman VS Superman Helmet: https://www.myminifactory.com/object/batman-mask-17504
Instructional Video7:29
Programming Electronics Academy

Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 1

Higher Ed
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your computer’s monitor....
Instructional Video10:06
Curated Video

Complete Python Scripting for Automation - Polymorphism and inheritance of python oops

Higher Ed
OOPS for Real Time: Polymorphism and inheritance of python oops This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object...
Instructional Video5:02
Curated Video

Complete Python Scripting for Automation - Functions with Variable length arguments

Higher Ed
Functions: Functions with Variable length arguments 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,...
Instructional Video7:42
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Rows and Union

Higher Ed
In this lesson, we will learn how to create individual rows and make a DataFrame out of the rows and use the union transformation to combine DataFrames. This clip is from the chapter "Structured API - Spark DataFrame" of the series...