Curated Video
The Complete Python Course - Logical Operators
Here, we will look at the AND, OR, and NOT conditional statements and how logical operators combine them to return results. This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section...
Curated Video
The Complete Python Course - if...else Statement
You will learn about the if and the else statements and how they execute if one statement is true or false. This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course (2022)".This...
Curated Video
The Complete Python Course - if Statement
We will look at how the if statement is executed when the condition is true. This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course (2022)".This section discusses different...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - while Statements
You will learn about the while loop operation where a code executes until the condition holds true. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - True or False Values
In this video, you will learn about the only two Boolean values in Python, true and false. This clip is from the chapter "Booleans" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on true...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - The CONTINUE Keyword
Let's learn about changing the control of the while loop using the CONTINUE Keyword. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on what a...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - The BREAK Keyword
Let's look at how to control the while loop using the BREAK keyword. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on what a loop means and how...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Ternary Operators
In this video, we will use the if condition to convert complex numbers to integers. This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Sending Alerts
Here, we will define intervals using a while loop to send notifications. This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating a...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - if Statements in List Comprehension
Here, you will learn to use if statements to append an actual list and set conditions that are true. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - filterfalse()
You will learn to filter elements of a list of iterables using the filter class when the result is false. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - assert Statements
You will learn to ensure that statements remain true while debugging errors. This clip is from the chapter "Debugging" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on finding errors and...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Creating a Dynamic Web Scraper with Scrapy for Websites with Multiple Pages
In this video, you will learn how to use Scrapy to scrape data from multiple pages on a website. The video walks you through the process of extracting URLs, sending requests, and using the start requests method to automate the scraping...
Curated Video
Machine Learning Random Forest with Python from Scratch - While Loop
Let's understand the while loop, a conditional loop that runs until a given condition is fulfilled. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Curated Video
Machine Learning Random Forest with Python from Scratch - Boolean and Value Returning Function
In this video, we will discuss a function that returns values as true or false, also called the Boolean function. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Intro To Python Programming - Break and Continue
Break and Continue statements give you more control over loop iterations. You'll learn how to use them in this section of the course.
Curated Video
Intro To Python Programming - Else Statements
Not every conditional is evaluated as true. In this section of the course, you'll create else statements to work with false conditions.
Curated Video
Snowflake - Build and Architect Data Pipelines Using AWS - What Is Pushdown in UDF?
This video explains Pushdown in UDF. This clip is from the chapter "Snowflake – User-Defined Functions" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on user-defined functions in Snowflake.
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Change the Logging of Pipelines to Send Fail Message Only
This video explains how to change the logging of pipelines to send a failure message only. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Add Filter by CSV
This video demonstrates how to add filter by CSV. This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on the WHERE Expression/Statement
The author will discuss the WHERE expression in some detail. 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 working with data.
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Intuition for If-Then/Else and Do, Do-While, Do-Until
Before we start using decision and looping structures in actual SAS code, it is important to first get an intuitive sense of how these structures work. The author will use some diagrams to enhance learning. This clip is from the chapter...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - If-Then Conditional Logic
If-then logic lets you subset data and group observations when the observations meet the outlined conditions. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - DO Iterative Loop and Variations (DO WHILE, DO Until)
You might be more familiar with the for loop, but the DO loop is the same concept. 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...