Economics Explained
Is Wealth Inequality Actually a Problem?: The Benefits Of Inequality
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...
Curated Video
Job-Ready SQL in an Afternoon - Understanding Query Performance
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Data Analysis - Advanced Level: Data Science
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.
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation Steps
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - How Decision Trees and Random Forest Work
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...
Curated Video
Practical Data Science using Python - Data Science Stages and Technologies
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.
NASA
NASA | RROxiTT: Another Step Toward Servicing Satellites in Space
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...
Curated Video
Excel VBA Programming The Complete Guide - Initialize Arrays within a For Loop
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...
Curated Video
The Complete Practical Docker Guide - Starting Redis Container
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...
Curated Video
The Complete Practical Docker Guide - Creating New Container from the Image
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...
Curated Video
World of Computer Networking Your CCNA start - Summary "Address Resolution Protocol (ARP) and Internet Control Message Protocol (ICMP)"
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...
Curated Video
World of Computer Networking Your CCNA start - Summary "Networks Masks and Subnetting"
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Understanding REST API - 10000 Feet Overview
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...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Hashing Overview
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.
Curated Video
Python 3 for Beginners: Python Tuples - Immutable Lists
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....
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Reading Data
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Display
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Change Data Capture Pipeline
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Projects Overview
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - What Is Transfer learning
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.
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Live Example on Working with Child Windows
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...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Q-Learning and Q-Table Theory
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - Overfitting and Underfitting
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...
Curated Video
Excel VBA Programming The Complete Guide - The CheckBox Control
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...