Instructional Video3:33
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Creating S3 Bucket

Higher Ed
In this session, we will create a S3 bucket so that the destination is prepared and ready to use. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with...
Instructional Video6:00
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Set interfaces and implementations - HashSet, LinkedHashSet and TreeSet

Higher Ed
Collections: Set interfaces and implementations - HashSet, LinkedHashSet and TreeSet This clip is from the chapter "Collections" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn...
Instructional Video20:48
Curated Video

Practical Data Science using Python - Pandas DataFrame 5

Higher Ed
This video explains the left outer join in dataframe. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video6:50
Curated Video

DevOps Complete Course - Maven Coordinates

Higher Ed
This video talks about Maven coordinates. This clip is from the chapter "Maven" of the series "DevOps Complete Course".This section focuses on Maven from scratch.
Instructional Video3:35
Curated Video

Python In Practice - 15 Projects to Master Python - Mathematical Sets Operations

Higher Ed
This video explains mathematical sets operations, how to perform union on sets, how to perform intersection on sets, how to perform difference on sets, and how to perform symmetric difference on sets. This clip is from the chapter "Sets"...
Instructional Video2:44
Curated Video

Python In Practice - 15 Projects to Master Python - Creating a Duplicate List Elements Remover Function

Higher Ed
This video explains the functions exercise to remove duplicates from a list. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Instructional Video4:46
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Collections Module

Higher Ed
We will look at some other classes that can be used with our sequence datatypes, called the collection module. This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video1:43
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners -Understanding IP and Proxy

Higher Ed
In this video, we dive into the world of web requests and proxies. With clear and concise explanations, we learn how the internet uses the URL of a website to identify its server, and how the server can identify the client who is making...
Instructional Video10:23
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Developing Infrastructure with CDK - Create Lambda Function and API Gateway – Part 1

Higher Ed
This is the first of the two-part video that explains developing infrastructure with CDK where you will create the Lambda function and API Gateway. This clip is from the chapter "API Gateway-Lambda Synchronous RESTful Microservices with...
Instructional Video8:30
Curated Video

Machine Learning Random Forest with Python from Scratch - Sets

Higher Ed
Our next datatype is a set, an unordered collection of iterable and mutable data. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Instructional Video11:46
Curated Video

Machine Learning Random Forest with Python from Scratch - Best Slip

Higher Ed
Here, we will determine the best split at any decision node where information is maximum and split into two branches, true and false. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video1:48
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Index Options

Higher Ed
This video explains the index options. This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on the fundamentals of...
Instructional Video4:42
Curated Video

Intro To Python Programming - Python Sets

Pre-K - Higher Ed
Sets are another fundamental Python data structure. In this video, you'll learn to work with sets where each value in the structure must be unique.
Instructional Video24:23
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas in Practice

Higher Ed
In this video, we will cover Pandas in practice. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video9:56
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - [Exercise] Amazon DynamoDB

Higher Ed
This video explains how to write the order data from a Kinesis stream into a DynamoDB table using a Kinesis consumer app on Amazon EC2. This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics...
Instructional Video2:36
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Sets: Definition of Set Solution 02

Higher Ed
In this video, we will cover definition of set solution 02. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Instructional Video11:57
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Handling Calendar User Interface (UI) in Travel Websites Using Selenium

Higher Ed
This video explains how to handle the Calendar UI in travel websites using Selenium. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video17:03
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Generic Method to Handle Calendar with Month and Date

Higher Ed
This video presents the generic method to handle the calendar with month and date. This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video10:01
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Tricks and Tips for Identifying Objects - Interview Preparation

Higher Ed
This video provides tricks and tips for identifying objects. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video13:14
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Surprise! Using ChroPath Plug-in to get XPath and Cascading Style Sheets (CSS)

Higher Ed
This video explains how to use the ChroPath plug-in to get XPath and CSS. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video14:05
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Introduction to Relative Locators

Higher Ed
This video introduces you to relative locators. This clip is from the chapter "Selenium 4.0 - Latest Features" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses the latest features of...
Instructional Video8:00
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 22)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video7:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Overloading Methods

Higher Ed
As long as the parameter list is unique, multiple methods may have the same name. This is called "overloading" a method. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps...
Instructional Video11:23
Financial Times

Will China become the centre of the world economy?

Higher Ed
The global economy is shifting away from the US and Europe towards Asia. The FT's global China editor James Kynge and FT economics commentator Martin Sandbu discuss whether China will dominate global commerce or whether the world economy...