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...
Instructional Video8:37
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Columns and Expressions

Higher Ed
Let's explore columns and expressions in this session. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses on the...
Instructional Video7:18
Fun Robotics

Strings in Programming

Higher Ed
Defining strings and how to use them in Python programming
Instructional Video9:26
Curated Video

Design test cases to verify a computer program : More Printer Tests

Higher Ed
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video explains how to perform more printer tests in Python.
Instructional Video4:32
Curated Video

Describe computer programming : Reading from and Writing to the Console

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview about how to read from and write to the...
Instructional Video5:19
3D Print General

Printing with Large Diameter Nozzles

Higher Ed
In this video I test out E3D's large 0.6mm and 0.8mm diameter nozzles by testing out their ability to print in low and high layer heights.
Instructional Video16:31
Programming Electronics Academy

More Serial Library: Arduino Course 5.9

Higher Ed
A description of using Serial Communication with Arduino.
Instructional Video3:08
The Business Professor

Company Equipment - Business Etiquette

Higher Ed
Company Equipment - Business Etiquette
Instructional Video8:41
Curated Video

Complete Python Scripting for Automation - Regex with Flags

Higher Ed
Regular expression with re module: Regex with Flags This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this section, the author introduces regular expressions and...
Instructional Video0:42
Next Animation Studio

3D-printed rockets could soon be launched into space

12th - Higher Ed
Relativity Space's 3D printed rocket could be launching from Cape Canaveral before the end of 2020.
Instructional Video13:00
Curated Video

Create a list : Implementing List Push and Grow Functions

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video explains how to implement the List Push and Grow methods.
Instructional Video14:33
Curated Video

Bash Shell Scripting- Arithmetic operators

Higher Ed
This video provides an overview of arithmetic operators. This clip is from the chapter "Arithmetic operators" of the series "Complete Bash Shell Scripting".This section covers the different arithmetic operators.
Instructional Video12:58
APMonitor

Java ☕ Printing

10th - Higher Ed
In the early days of computers, users didn't interact with the computer through a screen, as we do now. Instead, the computer would output information with a physical printer with paper. Nowadays, we don't need to print to a physical...
Instructional Video16:08
Curated Video

Complete Python Scripting for Automation - Introduction to datetime module

Higher Ed
datetime module to work with dates and times: Introduction to datetime module This clip is from the chapter "datetime module to work with dates and times" of the series "Complete Python Scripting for Automation".In this section, the...
Instructional Video6:24
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Adding, Renaming, and Dropping Columns

Higher Ed
In this session, we're going to learn how to add, rename, and drop columns. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section...
Instructional Video6:20
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - SortByKey Transformations

Higher Ed
In this session, we will perform sorting using the SortByKey() transformation period. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily...
Instructional Video8:01
Curated Video

Python for Network Forensics 3.1: Enumerating Directories

Higher Ed
In this video, we will further the understanding of directory traversal in GNU/Linux systems. We will also understand and accomplish traversal recursively. • Learn the concepts of threading to implement recursive traversing • Begin using...