Instructional Video5:46
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - What are HTML Elements?

Higher Ed
This video focuses on HTML elements. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section demonstrates how to create web pages with HTML5.
Instructional Video33:34
APMonitor

Numpy and Loops in Python

10th - Higher Ed
This introductory homework assignment solution covers Numpy and loops (for and while) in Python. The example problems use simple vectors and matrices, reshaping, index referencing, initialization, dot product, cross product, matrix...
Instructional Video6:17
Curated Video

Core Java Programming Course- Two-dimensional (2D) Array Exercise

Higher Ed
This video presents an exercise on 2D arrays. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video19:14
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - What is the complexity of these pieces of code?

Higher Ed
Practice finding the complexity of some sample pieces of code. This clip is from the chapter "Complexity Analysis and the Big-O Notation" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we learn about...
Instructional Video5:38
Curated Video

Core Java Programming Course- Nested If - Condition

Higher Ed
This video explains the "Nested If" condition. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the basic concepts that...
Instructional Video12:17
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood

Higher Ed
An introductory look at branching and how it works including real code examples from projects built in the course in later sections This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...
Instructional Video2:24
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Traffic Manager: Geographic Routing

Higher Ed
In this video, we will cover traffic manager: geographic routing. This clip is from the chapter "Network Traffic Management" of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn network traffic management and load...
Instructional Video11:22
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Match Parenthesis To Check A Well Formed Expression

Higher Ed
Matching parenthesis to check for well-formed expressions helps us solve this using the stack we're already implemented. This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures & Algorithms in...
Instructional Video2:52
Curated Video

Core Java Programming Course- Hands-on Exercise on the "Nested For" Loop

Higher Ed
This video explains how to use the "Nested For" loop with the help of an exercise. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This...
Instructional Video2:09
Curated Video

Excel VBA Programming The Complete Guide - The Range.Worksheet Property

Higher Ed
In certain cases, VBA allows us to traverse the Excel object model in reverse --- from the bottom up. One such example is the Range.Worksheet property, which returns a Worksheet object that encloses a Range. In this lesson, we practice...
Instructional Video10:23
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Linear Layout Basics: Nested Layouts and Layout Weight

Higher Ed
In this video, we will cover nested layouts and layout weight. This clip is from the chapter "The Linear Layout: A First Look" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will take a...
Instructional Video16:18
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Building Our Layout Part 2 "Counter App"

Higher Ed
In this video, we will be building our layout part 2. This clip is from the chapter "Counter App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build an app called the Counter app.
Instructional Video8:37
Packt

Explanation on Nested FOR Loops

Higher Ed
This video explains nested FOR loops. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video4:19
Curated Video

Excel VBA Programming The Complete Guide - The Application.ScreenUpdating Property

Higher Ed
The Application.ScreenUpdating property can be set to False to disable updates to the Excel interface. One way to optimize the speed of a macro is to turn the property off at the beginning of execution and reenable it at the end. In this...
Instructional Video10:35
Curated Video

World of Computer Networking Your CCNA start - Nested Subnetting

Higher Ed
This video introduces you to nested subnetting. This clip is from the chapter "Networks Masks and Subnetting" of the series "World of Computer Networking: Your CCNA start".This section introduces you to networks masks and subnetting.
Instructional Video9:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Java Switch Statement - an introduction

Higher Ed
In this video, we will learn about Java switch statement - an introduction. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with...
Instructional Video4:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Nested If Else

Higher Ed
In this video, we will learn about nested if else. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if else...
Instructional Video8:12
Curated Video

Machine Learning Random Forest with Python from Scratch - Decision Making (nested if)

Higher Ed
Continuing with the decision-making lesson, we will understand what a nested if statement is. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video6:07
Curated Video

Machine Learning Random Forest with Python from Scratch - Better Coding Practice, Completing the Game

Higher Ed
In this lecture, we will complete the game we left in the previous lesson. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on the...
Instructional Video6:15
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 17 - Tip - Grouping Tests with @Nested

Higher Ed
JUnit 5: Step 17 - Tip - Grouping Tests with @Nested This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the course and gives you an overview of...
Instructional Video4:04
Fun Robotics

Conditions Part 2

Higher Ed
Exploring advanced conditional statement in Python programming
Instructional Video8:47
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Lists & Tables

Higher Ed
HTML Basics: Lists & Tables This clip is from the chapter "HTML Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".This Section contains the HTML Basics.
Instructional Video13:56
Curated Video

Rust Programming Master Class from Beginner to Expert - If let, Nested if, and the Match

Higher Ed
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...
Instructional Video19:42
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 5

Higher Ed
This is fifth of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...