Instructional Video3:45
Economics Explained

Is Wealth Inequality Actually a Problem?: The Benefits Of Inequality

6th - 11th
The wealthiest among us today live a life unparalleled by any other human throughout history. The greatest Kings and emperors could only dream of the life afforded to today’s billionaires. It doesn’t end there, even mere...
Instructional Video3:50
Curated Video

Job-Ready SQL in an Afternoon - Understanding Query Performance

Higher Ed
In this video, we will understand query performance. This clip is from the chapter "Window Functions" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover Window functions.
Instructional Video13:41
Curated Video

Python In Practice - 15 Projects to Master Python - Data Analysis - Advanced Level: Data Science

Higher Ed
This video explains data analysis. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Instructional Video0:51
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation Steps

Higher Ed
In this video, you will learn the implementation steps. This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will...
Instructional Video8:03
Curated Video

Machine Learning Random Forest with Python from Scratch - How Decision Trees and Random Forest Work

Higher Ed
We will understand what a decision tree is and create a decision tree and get a prediction result from the decision tree. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video11:22
Curated Video

Practical Data Science using Python - Data Science Stages and Technologies

Higher Ed
This video explains data science stages and technologies. This clip is from the chapter "Introduction to Data Science" of the series "Practical Data Science Using Python".This section introduces you to data science.
Instructional Video1:54
NASA

NASA | RROxiTT: Another Step Toward Servicing Satellites in Space

3rd - 11th
NASA's Goddard Space Flight Center in Maryland and Kennedy Space Center in Florida are joining teams and efforts to test new robotic refueling technologies that could help satellites live longer in space. During the test, a robotic arm...
Instructional Video5:59
Curated Video

Excel VBA Programming The Complete Guide - Initialize Arrays within a For Loop

Higher Ed
Arrays can easily be populated with values from the worksheet using a basic For loop. In this lesson, we perform a popular string cleaning operation --- trimming the leading and trailing whitespace of a string -- on a column of values...
Instructional Video4:34
Curated Video

The Complete Practical Docker Guide - Starting Redis Container

Higher Ed
This video will help you get started with the Redis container. This clip is from the chapter "Additional Containers – Elasticsearch, Redis, Httpd" of the series "The Complete Practical Docker Guide".This section focuses on additional...
Instructional Video3:36
Curated Video

The Complete Practical Docker Guide - Creating New Container from the Image

Higher Ed
This video demonstrates creating new container from the image. This clip is from the chapter "Introduction to the Images and Containers" of the series "The Complete Practical Docker Guide".This section provides an introduction to the...
Instructional Video3:22
Curated Video

World of Computer Networking Your CCNA start - Summary "Address Resolution Protocol (ARP) and Internet Control Message Protocol (ICMP)"

Higher Ed
This video provides a summary of the section. This clip is from the chapter "Address Resolution Protocol (ARP) and Internet Control Message Protocol (ICMP)" of the series "World of Computer Networking: Your CCNA start".This section...
Instructional Video7:04
Curated Video

World of Computer Networking Your CCNA start - Summary "Networks Masks and Subnetting"

Higher Ed
This video provides a summary of the section. This clip is from the chapter "Networks Masks and Subnetting" of the series "World of Computer Networking: Your CCNA start".This section introduces you to networks masks and subnetting.
Instructional Video4:42
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Understanding REST API - 10000 Feet Overview

Higher Ed
In this session, we will understand the fundamentals of REST API. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video6:57
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Hashing Overview

Higher Ed
In this video, we'll take a quick overview of hashing. This clip is from the chapter "Encryption and Hashing Overview" of the series "SSL Complete Guide 2021: HTTP to HTTPS".This section will help you learn about encryption and hashing.
Instructional Video6:13
Curated Video

Python 3 for Beginners: Python Tuples - Immutable Lists

Higher Ed
In this video, you will learn all about tuples in Python, how they differ from lists, and why they're useful. We'll cover the basics of creating a tuple, accessing its values by index, and looping through its items using a for loop....
Instructional Video5:19
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Reading Data

Higher Ed
In this session, you will read data from file and get it in the Spark streaming context. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses...
Instructional Video5:15
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Display

Higher Ed
In this lesson, we will work on Spark streaming display for better data visualization. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on...
Instructional Video7:03
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Change Data Capture Pipeline

Higher Ed
In this lesson, we will perform the last step of the project, which is the Change Data Capture (CDC) pipeline. Let's wind up. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and...
Instructional Video3:25
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Projects Overview

Higher Ed
This video provides a brief description of the various projects we will be building together. This clip is from the chapter "Introduction" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".Welcome to the course. This...
Instructional Video5:03
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - What Is Transfer learning

Higher Ed
This video explains transfer learning. This clip is from the chapter "Transfer Learning" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on transfer learning.
Instructional Video4:47
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Live Example on Working with Child Windows

Higher Ed
This video presents a live example on working with child windows. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:47
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Q-Learning and Q-Table Theory

Higher Ed
This video explains about the Q-Learning and Q-Table theory. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Naive Random...
Instructional Video7:35
Curated Video

Machine Learning Random Forest with Python from Scratch - Overfitting and Underfitting

Higher Ed
In this video, you will learn about overfitting, a modeling error when a model performs well in training but not in testing, and underfitting, where the model neither performs well during training nor during testing. This clip is from...
Instructional Video9:57
Curated Video

Excel VBA Programming The Complete Guide - The CheckBox Control

Higher Ed
The Checkbox is an ideal form control for simple Yes or No questions. In this lesson, we create a new UserForm that allows the user to choose to clear cells and / or save the workbook. We also dive a bit into modifying the aesthetics of...