Instructional Video10:18
Curated Video

The Modern JavaScript Bootcamp (2019) - If Statements

Higher Ed
In this video, you’ll learn how to use if statements. These will let you conditionally run JavaScript code. This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the series "The Modern JavaScript Bootcamp...
Instructional Video4:07
Curated Video

The Complete Beginners Guide to Arduino - 2021 - An Introduction to Programming Fundamentals

Higher Ed
Welcome to the programming fundamentals; here, we will cover the basic programming fundamentals that you should know before working with any project. This clip is from the chapter "Programming Fundamentals" of the series "The Complete...
Instructional Video13:26
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Integrating Pytest Logs into HTML Reporting

Higher Ed
This video explains how to integrate pytest logs into HTML reporting. This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video3:46
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Combine Different Conditional Statements

Higher Ed
In this video, the author demonstrates how to combine different conditional statements. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section,...
Instructional Video10:48
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Boolean Variables

Higher Ed
In this video, you will take a closer look at Boolean variables and all the things we can do with them. This clip is from the chapter "Tech Primer – Variables and Data Types" of the series "Robotic Process Automation - UiPath RPA...
Instructional Video1:49
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Joining Conditions Using OR Keyword

Higher Ed
In this video, we will join two conditions using the OR keyword and execute. 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 conditional...
Instructional Video6:23
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Log4j2 Setup

Higher Ed
This video explains the setup of Log4j2. This clip is from the chapter "Adding Logging to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about adding logging to the...
Instructional Video6:50
Brian McLogan

T Misconceptions Piecewise Functions

12th - Higher Ed
T Misconceptions Piecewise Functions
Instructional Video5:12
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - ReadBlog Client

Higher Ed
[Hands-On] CRUD API with MongoDB: ReadBlog Client This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going to learn about...
Instructional Video8:17
Curated Video

REST APIs with Flask and Python - If Statements

Higher Ed
This video explains the "if" statements used in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...
Instructional Video9:07
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - List Comprehensions

Higher Ed
I bet you never wanted to write a for loop in a single line of code? But once you learn how to do this, you'll never want to go back. List comprehensions are an AMAZING feature in Python. This clip is from the chapter "Intermediate...
Instructional Video0:47
Curated Video

Python 3 for Beginners: Introduction to Booleans, Comparators, and Boolean Operators

Higher Ed
In this video, we dive into the world of Boolean values, comparators, Boolean operators, and conditionals. You'll learn how Boolean values can only be true or false, and how comparators compare one numeric value with another to result in...
Instructional Video8:09
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Simple Puzzles on conditions and loops

Higher Ed
Conditions and Loops: Simple Puzzles on conditions and loops This clip is from the chapter "Conditions and Loops" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section consists of simple puzzles on...
Instructional Video11:04
Curated Video

Introduction To Website Development Technologies - JavaScript Statements and Variable Declarations

Higher Ed
In this video, you will learn about JavaScript statements and variable declarations. This clip is from the chapter "Understanding JavaScript, jQuery, and Bootstrap" of the series "Introduction to Website Development Technologies".In this...
Instructional Video5:09
Curated Video

PEP8 Guidelines Python Clean Coding - Print Objects and Data Types

Higher Ed
This video explains how to print objects and data types 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.
Instructional Video4:20
Curated Video

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

Higher Ed
In this video, you will learn to use the else-if condition statement to execute code. 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:56
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Curriculum Overview

Higher Ed
A brief outline about the course content and what you will learn from this course. This clip is from the chapter "Introduction" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section outlines the...
Instructional Video4:02
Curated Video

PEP8 Guidelines Python Clean Coding - If Statements

Higher Ed
This video explains If statements 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.
Instructional Video7:19
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Comparison in Python

Higher Ed
In this video, we will cover comparison in Python. 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 Z".In this...
Instructional Video3:58
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on DO Group Processing (Without Index/Counter Variable)

Higher Ed
There are four forms of Do Group processing, and three of the forms do not involve a counter/index variable. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Instructional Video12:01
Curated Video

The Modern JavaScript Bootcamp (2019) - Advanced If Statements

Higher Ed
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. This clip is from the chapter "JavaScript Basics: Variables and Flow Control" of the...
Instructional Video9:14
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Functions

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

Python for Everybody: The Ultimate Python 3 Bootcamp - Lambda Expressions

Higher Ed
Functions in a single line of code! (Seriously, it's really cool!) 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 of various...
Instructional Video7:47
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - SQLi mitigation - parameterized queries and stored procedures

Higher Ed
SQL Injection: SQLi mitigation - parameterized queries and stored procedures This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will discuss a major...