Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Data Preparation
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Python Installation
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...
The Art Assignment
Five Favorite Works of Art with Hannah Hart | The Art Assignment | PBS Digital Studios
We met Hannah Hart in her studio to talk about everything from painting to poetry.
3D Print General
3D Printed Batman V Superman Helmet
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
Programming Electronics Academy
Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 1
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....
Curated Video
Complete Python Scripting for Automation - Polymorphism and inheritance of python oops
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...
Curated Video
Complete Python Scripting for Automation - Functions with Variable length arguments
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,...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Rows and Union
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Columns and Expressions
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...
Curated Video
Design test cases to verify a computer program : More Printer Tests
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.
Curated Video
Describe computer programming : Reading from and Writing to the Console
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...
3D Print General
Printing with Large Diameter Nozzles
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.
Programming Electronics Academy
More Serial Library: Arduino Course 5.9
A description of using Serial Communication with Arduino.
The Business Professor
Company Equipment - Business Etiquette
Company Equipment - Business Etiquette
Curated Video
Complete Python Scripting for Automation - Regex with Flags
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...
Next Animation Studio
3D-printed rockets could soon be launched into space
Relativity Space's 3D printed rocket could be launching from Cape Canaveral before the end of 2020.
Curated Video
Create a list : Implementing List Push and Grow Functions
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.
Curated Video
Bash Shell Scripting- Arithmetic operators
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.
APMonitor
Java ☕ Printing
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...
Curated Video
Complete Python Scripting for Automation - Introduction to datetime module
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Adding, Renaming, and Dropping Columns
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - SortByKey Transformations
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...
Curated Video
Python for Network Forensics 3.1: Enumerating Directories
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...