Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - What are HTML Elements?
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.
APMonitor
Numpy and Loops in Python
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...
Curated Video
Core Java Programming Course- Two-dimensional (2D) Array Exercise
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.
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - What is the complexity of these pieces of code?
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...
Curated Video
Core Java Programming Course- Nested If - Condition
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Generators - under the hood
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,...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Traffic Manager: Geographic Routing
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...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Match Parenthesis To Check A Well Formed Expression
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...
Curated Video
Core Java Programming Course- Hands-on Exercise on the "Nested For" Loop
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Worksheet Property
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...
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Linear Layout Basics: Nested Layouts and Layout Weight
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...
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Building Our Layout Part 2 "Counter App"
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.
Packt
Explanation on Nested FOR Loops
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...
Curated Video
Excel VBA Programming The Complete Guide - The Application.ScreenUpdating Property
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...
Curated Video
World of Computer Networking Your CCNA start - Nested Subnetting
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Java Switch Statement - an introduction
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Nested If Else
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - Decision Making (nested if)
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - Better Coding Practice, Completing the Game
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...
Curated Video
Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 17 - Tip - Grouping Tests with @Nested
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...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Lists & Tables
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.
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
Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 5
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...