Curated Video
Job-Ready SQL in an Afternoon - Joining Conditionals
In this video, we will cover joining conditionals. This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
Curated Video
Job-Ready SQL in an Afternoon - Comments
In this video, we will cover comments. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating data.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Match Dictionary
In this video, you will learn how to match a dictionary to another and compare the elements. This clip is from the chapter "Structural Pattern Matching" 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 - if Statements in Case Statements
Here, we will look at using the if statement within the case statements to obtain results. This clip is from the chapter "Structural Pattern Matching" 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 - if Statements
You will learn about the if statement in Python and how to input a statement/condition. This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python 3.10".In this section, we...
Curated Video
Python In Practice - 15 Projects to Master Python - What to Display When the Cart Is Empty?
This video explains what to display when the cart is empty. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - elif Statements
This video explains elif statements and how to write elif statements. This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on decision control...
Curated Video
PEP8 Guidelines Python Clean Coding - Comparisons and Logical Operations
This video explains comparisons and logical operations in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 2: Create a New Web Project
This video takes us through creating a new web API project using the Minimal API standard. This clip is from the chapter "Getting Started with Minimal APIs" of the series "Hands-On .NET Minimal API for Web Developers".This section takes...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Using Python Match Case Statements and Match Default Case
We will use the match case statements to avoid redundancy and lengthy codes. This clip is from the chapter "Match Case Statements" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on using...
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - Create IAM Role, Inline, and Managed Policy
This video explains how to create IAM role, inline, and managed policy. This clip is from the chapter "Customize AWS Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you will be...
Curated Video
Intro To Python Programming - Simple Conditionals
Every program makes decisions. The coding structures used to make decisions are called conditionals. In this video, you'll learn to create simple conditional statements.
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - SQL Syntax
The author goes over the basic elements of SAS SQL syntax. This clip is from the chapter "SQL Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SQL fundamentals.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Control Flow in Python: if Elif Else Python Conditions
In this video, we will cover if Elif Else Python condition. 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 Projects) A to...
Curated Video
Introduction To Website Development Technologies - JavaScript Decision Statements
In this video, you will learn about JavaScript decision statements. This clip is from the chapter "Understanding JavaScript, jQuery, and Bootstrap" of the series "Introduction to Website Development Technologies".In this section, we will...
Curated Video
Rust Programming Master Class from Beginner to Expert - Match Statement
In this video, we will cover match statement. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming controls called...
Curated Video
Rust Programming Master Class from Beginner to Expert - If let, Nested if, and the Match
In this video, we will cover if let, nested if, and the match. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming...
Curated Video
Rust Programming Master Class from Beginner to Expert - Conditional If and Its Variants
In this video, we will cover conditional if and its variants. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - How to Integrate Util Class in Framework
This video shows how to integrate the Util class in the framework. This clip is from the chapter "Introduction to Util Concept" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn...
Curated Video
Python In Practice - 15 Projects to Master Python - Length Converter Applications
This video helps to create length converter applications. This clip is from the chapter "Applications with Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on applications with Python GUI.
Curated Video
Python In Practice - 15 Projects to Master Python - Decision Control with Strings and Lists
This video explains decision control with strings and lists in detail. This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on decision control...
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 Ultimate Guide to Python Programming With Python 3.10 - Match Object
You will learn how to use the namedtuple to create a class to compare the list of objects in a class. This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python...