Instructional Video2:41
Curated Video

The Complete Python Course - Logical Operators

Higher Ed
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...
Instructional Video1:24
Curated Video

The Complete Python Course - if...else Statement

Higher Ed
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...
Instructional Video1:15
Curated Video

The Complete Python Course - if Statement

Higher Ed
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...
Instructional Video6:56
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - while Statements

Higher Ed
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...
Instructional Video4:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - True or False Values

Higher Ed
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...
Instructional Video3:38
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - The CONTINUE Keyword

Higher Ed
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...
Instructional Video3:15
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - The BREAK Keyword

Higher Ed
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...
Instructional Video2:54
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Ternary Operators

Higher Ed
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...
Instructional Video4:10
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Sending Alerts

Higher Ed
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...
Instructional Video2:23
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - if Statements in List Comprehension

Higher Ed
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...
Instructional Video1:39
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - filterfalse()

Higher Ed
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...
Instructional Video3:46
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - assert Statements

Higher Ed
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...
Instructional Video6:49
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Creating a Dynamic Web Scraper with Scrapy for Websites with Multiple Pages

Higher Ed
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...
Instructional Video5:20
Curated Video

Machine Learning Random Forest with Python from Scratch - While Loop

Higher Ed
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...
Instructional Video5:57
Curated Video

Machine Learning Random Forest with Python from Scratch - Boolean and Value Returning Function

Higher Ed
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...
Instructional Video2:22
Curated Video

Intro To Python Programming - Break and Continue

Pre-K - Higher Ed
Break and Continue statements give you more control over loop iterations. You'll learn how to use them in this section of the course.
Instructional Video5:14
Curated Video

Intro To Python Programming - Else Statements

Pre-K - Higher Ed
Not every conditional is evaluated as true. In this section of the course, you'll create else statements to work with false conditions.
Instructional Video3:25
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - What Is Pushdown in UDF?

Higher Ed
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.
Instructional Video8:07
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Change the Logging of Pipelines to Send Fail Message Only

Higher Ed
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...
Instructional Video5:04
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Add Filter by CSV

Higher Ed
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
Instructional Video3:59
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on the WHERE Expression/Statement

Higher Ed
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.
Instructional Video6:12
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Intuition for If-Then/Else and Do, Do-While, Do-Until

Higher Ed
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...
Instructional Video5:44
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - If-Then Conditional Logic

Higher Ed
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...
Instructional Video6:55
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - DO Iterative Loop and Variations (DO WHILE, DO Until)

Higher Ed
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...