Hi, what do you want to do?
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Class __slots__
In this video, you will learn how to create tuples with classes where we cannot add any attributes to the tuples; you will learn to use the slots function to define attributes.
<
br/>
This clip is from the chapter "Object-Oriented...
<
br/>
This clip is from the chapter "Object-Oriented...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Arguments Unpacking
To set conditions for dictionaries to be updated or modified, we will use arguments that sort the elements.
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Selecting and Extracting Data using CSS Selector and Xpath
In this video, we learn how to extract data from a response object using CSS selector or Xpath. The tutorial demonstrates the step-by-step process of selecting all titles and extracting single and multiple data points. The host...
Curated Video
Machine Learning Random Forest with Python from Scratch - Simple Functions
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Create Active Directory User
This video explains how to create an Active Directory user.
<
br/>
This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to Metadata-Driven...
<
br/>
This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to Metadata-Driven...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - WHERE Clause
The WHERE clause allows you to use operators to set conditions and only select what you want from a table. The author will cover the comparison operators, logical operators, and special operators.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Using SET Statement to Merge
Did you know that you can use the set statement to merge as well?
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Types of Indices
This video focuses on the types of indices.
<
br/>
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...
<
br/>
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - List Input
In this video, you will learn about list input, which is the simplest form of input types but does have some limitations.
<
br/>
This clip is from the chapter "Input Types and Informats + User-Defined Formats" of the series...
<
br/>
This clip is from the chapter "Input Types and Informats + User-Defined Formats" of the series...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - LENGTH, LENGTHN, LENGTHC Functions (Are You Working with a Large Dataset?)
If you work with large datasets (lots of columns/rows), this video will be very useful. Learn about LENGTH, LENGTHC, and LENGTHN functions.
<
br/>
This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming...
<
br/>
This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Compare Tables with SAS SQL
This video helps you understand how to compare tables with SAS SQL.
<
br/>
This clip is from the chapter "Practical Application of SAS SQL" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
<
br/>
This clip is from the chapter "Practical Application of SAS SQL" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Don't Lose Track of Your Macro Variables
This video explains how to not lose track of our own macro variables.
<
br/>
This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
<
br/>
This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Reduction and Cleaning Your Data
First, the author will show you how to use the keep and drop statements in SAS. If you want to reduce your data by keeping or getting rid of certain variables, the author will take you step-by-step to show you how. Then he will show...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Column Input
In this video, you will learn about column input, which has some advantages over list input. The author will cover what those advantages are!
<
br/>
This clip is from the chapter "Input Types and Informats + User-Defined Formats" of...
<
br/>
This clip is from the chapter "Input Types and Informats + User-Defined Formats" of...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Var, Const, Let in JavaScript
This video explains Var, Const, and Let in JavaScript.
<
br/>
This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on...
<
br/>
This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on...
Curated Video
Python - Object-Oriented Programming - Public and Private
In this video, we will understand a key concept called encapsulation in OOP. You will learn about public and private attributes, hide information from code, and protect data.
<
br/>
This clip is from the chapter "Encapsulation" of...
<
br/>
This clip is from the chapter "Encapsulation" of...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Ordering Multiple Input Arguments
In this video, we will cover ordering multiple input arguments.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Probability Model: Probability Models BayesRule
In this video, we will cover probability models BayesRule.
<
br/>
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...
<
br/>
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Merge Quiz
In this video, we will cover Pandas Merge quiz.
<
br/>
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...
<
br/>
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas DataFrame Solution
In this video, we will cover Pandas DataFrame solution.
<
br/>
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...
<
br/>
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas DataFrame Quiz
In this video, we will cover Pandas DataFrame quiz.
<
br/>
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...
<
br/>
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...
Curated Video
Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 13 - Tip - Giving a name to a Parameterized Test
JUnit 5: Step 13 - Tip - Giving a name to a Parameterized Test
<
br/>
This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the course and...
<
br/>
This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the course and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Resolve Merge Conflicts with GIT?
This video explains how to resolve merge conflicts with GIT.
r/>
This clip is from the chapter "GIT - Version Control Tutorial" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
r/>
This clip is from the chapter "GIT - Version Control Tutorial" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Curated Video
The Robbers Cave Experiment: Understanding Tribal Conflict
This video covers the Robbers Cave experiment, which was a controversial study conducted in 1954 that manipulated groups of boys from competing camps to fight each other. The study's findings established the realistic conflict theory,...