Instructional Video12:34
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - While loops, enumerate, zip

Higher Ed
Explore some special methods like __init__ and __repr__ This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video3:16
IDG TECHtalk

Using Python dataclasses to simplify managing class objects

Higher Ed
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Instructional Video15:34
Packt

Listeners Interface in TestNG Framework

Higher Ed
This video discusses the listeners interface in the TestNG framework. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers TestNG.
Instructional Video11:24
Packt

Annotations Helper Attributes with Examples

Higher Ed
This video discusses the helper attributes of the annotations with examples. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video8:36
Packt

ES6 Classes

Higher Ed
Object Oriented JavaScript - ES5 & ES2015: ES6 Classes This clip is from the chapter "Object Oriented JavaScript - ES5 & ES2015" of the series "Modern JavaScript from the Beginning".In this section, you will learn the object oriented...
Instructional Video10:21
Curated Video

Comprehensive Android Developer Bootcamp - Constructors in Java

Higher Ed
Introduction to Object Oriented Programming in Java:Constructors in Java This clip is from the chapter "Introduction to Object Oriented Programming in Java" of the series "The Comprehensive Android Developer Bootcamp".This section will...
Instructional Video27:36
Let's Tute

Brush Lettering Practice Drills: Developing Control and Flow

9th - Higher Ed
In this video, the teacher discusses the drills that students need to practice before they start learning brush lettering. The drills include practicing dashed lines, loops, and the South Loop, all of which help students develop control...
Instructional Video8:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Enumerations (enum)

Higher Ed
Learn the syntax for enum; that allows us to create strongly typed label. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators,...
Instructional Video8:49
Curated Video

Complete Java SE 8 Developer Bootcamp - LocalTime, LocalDateTime, and Period

Higher Ed
A look at three other immutable java.time types. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Instructional Video5:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Java Class and Object - First Look

Higher Ed
In this video, we will learn about Java class and object - first look. This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...
Instructional Video1:07
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 00 - Section 02 - Methods - an Introduction

Higher Ed
This video talks about methods - an introduction. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here, we will explore the Java platform...
Instructional Video7:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Generics Puzzles - Restrictions with Extends and Generic Methods

Higher Ed
In this session, we will learn about generics puzzles - restrictions with extends and generic methods. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore...
Instructional Video5:51
Curated Video

Web Development with Node.JS and MongoDB (Video 26)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video10:09
Packt

What is Apache POI API and Download Instructions?

Higher Ed
This video explains Apache POI API and demonstrates how to download it. This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video4:10
Curated Video

.NET Core Microservices - Product Repository Implementation Part 1

Higher Ed
This video explains product repository implementation part 1. This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn products...
Instructional Video6:29
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - presents a simple example of the pattern

Higher Ed
This video presents a simple example of the pattern. • Concept of a “string view” • Semantics of `std::string_view` • Interoperability with `std::string` This clip is from the chapter "Object Pool" of the series "Creational Design...
Instructional Video5:42
Curated Video

Mastering Spring Framework Fundamentals - Spring-managed Bean Lifecycle Callback Methods

Higher Ed
This video demonstrates how to create an object. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Instructional Video6:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Immutable Strings

Higher Ed
Here you'll learn why Strings are immutable and how we handle this restriction in our programs. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings...
Instructional Video1:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Sorting and Searching Collections

Higher Ed
Learn how collections can be sorted and searched through, with methods provided by the Collections class. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn...
Instructional Video3:03
Brian McLogan

What do you need to know to solve a quadratic using various methods

12th - Higher Ed
👉Learn how to solve quadratic functions. Quadratic equations are equations whose highest power in the variable(s) is 2. They are of the form y = ax^2 + bx + c. There are various techniques which can be applied in solving quadratic...
Instructional Video1:54
Brian McLogan

Summary for solving a quadratic using various methods

12th - Higher Ed
👉Learn how to solve quadratic functions. Quadratic equations are equations whose highest power in the variable(s) is 2. They are of the form y = ax^2 + bx + c. There are various techniques which can be applied in solving quadratic...
Instructional Video3:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - List and ArrayList - Sorting - Implementing Comparable Interface

Higher Ed
In this session, we will learn about list and ArrayList - sorting - implementing comparable interface. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video9:42
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 18 - Java Interface - Puzzles - Unimplemented methods, Abstract Classes, Values

Higher Ed
In this session, we will learn about Java interface - puzzles - unimplemented methods, abstract classes, values. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners -...
Instructional Video7:42
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Array Methods

Higher Ed
In this video, we'll cover array methods. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript code, functions,...