Hi, what do you want to do?
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on DO Group Processing (Without Index/Counter Variable)
There are four forms of Do Group processing, and three of the forms do not involve a counter/index variable.
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and...
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and...
Curated Video
The Modern JavaScript Bootcamp (2019) - Advanced If Statements
In this lesson, we’re going to continue looking at the if statement. We know about “if” and “else”, but there’s also an “else if” available to us.
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow...
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Functions
Once your code starts getting larger than a page long, you will want to split out your code into functions to make it easier to control, and easier to read and debug. This lecture explains what functions are and how to use them in your...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Lambda Expressions
Functions in a single line of code! (Seriously, it's really cool!)
r/>
This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give an overview...
r/>
This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give an overview...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - SQLi mitigation - parameterized queries and stored procedures
SQL Injection: SQLi mitigation - parameterized queries and stored procedures
r/>
This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will...
r/>
This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will...
Curated Video
Job-Ready SQL in an Afternoon - Joining Conditionals
In this video, we will cover joining conditionals.<br<br/>/>
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.
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.<br<br/>/>
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.
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.
<
br/>
This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python...
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.
<
br/>
This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python...
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.
<
br/>
This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python 3.10".In this...
<
br/>
This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python 3.10".In this...
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.<br<br/>/>
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.
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.
<
br/>
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...
<
br/>
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Comparisons and Logical Operations
This video explains comparisons and logical operations in Python.<br<br/>/>
This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
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.
<
br/>
This clip is from the chapter "Getting Started with Minimal APIs" of the series "Hands-On .NET Minimal API for Web Developers".This...
<
br/>
This clip is from the chapter "Getting Started with Minimal APIs" of the series "Hands-On .NET Minimal API for Web Developers".This...
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.
<
br/>
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...
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Customize AWS Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you...
<
br/>
This clip is from the chapter "Customize AWS Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you...
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.
<
br/>
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...
<
br/>
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...
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
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.
<
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
Introduction To Website Development Technologies - JavaScript Decision Statements
In this video, you will learn about JavaScript decision statements.
<
br/>
This clip is from the chapter "Understanding JavaScript, jQuery, and Bootstrap" of the series "Introduction to Website Development Technologies".In this...
<
br/>
This clip is from the chapter "Understanding JavaScript, jQuery, and Bootstrap" of the series "Introduction to Website Development Technologies".In this...
Curated Video
Rust Programming Master Class from Beginner to Expert - Match Statement
In this video, we will cover match statement.
<
br/>
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...
<
br/>
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 - If let, Nested if, and the Match
In this video, we will cover if let, nested if, and the match.
<
br/>
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...
<
br/>
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...
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.
<
br/>
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...
<
br/>
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...