Instructional Video1:52
Curated Video

Python 3 for Beginners: Introduction to Functions and Built-in Functions in Python

Higher Ed
This video explains the concept of functions in Python. It defines a function as a set of reusable code that performs an action and explains how it can be called or executed by its name. The video also covers the use of built-in...
Instructional Video5:01
Curated Video

Solving Problems / English Grammar Lesson

Pre-K - Higher Ed
Solving Problems / English Grammar Lesson
Instructional Video5:00
Curated Video

Beginning Python (Video 26)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video1:53
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - First Advantage of Encapsulation

Higher Ed
In this video, we will learn about first advantage of encapsulation. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video1:23
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 00 - Conditionals with Java - Section Overview

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

Java Programming for Complete Beginners - Java 16 - Step 12 - Java char Data Type - Exercises 2 – isDigit

Higher Ed
In this video, we will learn about Java char data type - exercises 2 – isDigit. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video4:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Introduction to Java Constructors

Higher Ed
In this video, we will learn about introduction to Java constructors. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video6:07
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Introduction to Encapsulation - Level 2

Higher Ed
In this video, we will learn about introduction to encapsulation - level 2. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video11:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions

Higher Ed
This video talks about Java for loop to print multiplication table - exercise solutions. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video9:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 27 - Java For Loop to Print Multiplication Table – Introduction

Higher Ed
This video talks about Java for loop to print multiplication table – introduction. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video3:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 21 - Java Assignment Operator - Puzzles on Increment, Decrement, and Compound

Higher Ed
This video talks about puzzles on increment, decrement, and compound. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video3:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip - String Concatenation

Higher Ed
This video talks about string concatenation. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video4:33
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - How are Variables Stored in Memory?

Higher Ed
This video talks about how variables are stored in memory. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video7:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Mapping Course Entity and Populating Data with data sql

Higher Ed
In this video, we will be mapping our entity (course) to a table. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video5:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Integrating Spring Boot with Data JPA and In-Memory Database H2

Higher Ed
In this lesson, we will integrate Spring Boot framework with Data JPA and an in-memory database called H2. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete...
Instructional Video3:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Understanding Spring Boot Versus Spring Versus Spring MVC

Higher Ed
In this session, we will understand the roles played by Spring Boot, Spring MVC, and Spring framework. This clip is from the chapter "Getting Started with Spring Boot" of the series "Java Programming for Complete Beginners - Java...
Instructional Video0:57
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Getting Started with Spring Boot – Goals

Higher Ed
This video provides an overview of the entire section. This clip is from the chapter "Getting Started with Spring Boot" of the series "Java Programming for Complete Beginners - Java 16".This section focusses on building a Hello World app...
Instructional Video3:13
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 08 - Final Variables and Final Arguments

Higher Ed
In this session, we will learn about final variables and final arguments. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for...
Instructional Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Implementing an Example with ConcurrentHashMap

Higher Ed
In this session, we will learn about implementing an example with ConcurrentHashMap. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete...
Instructional Video6:16
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Basics of Exceptions - NullPointerException and StackTrace

Higher Ed
In this session, we will learn about basics of exceptions - NullPointerException and StackTrace. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video4:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Placing Priority Requests for Threads

Higher Ed
In this session, we will learn about placing priority requests for threads. This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video6:18
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Generics and WildCards - Upper Bound and Lower Bound

Higher Ed
In this session, we will learn about generics and WildCards - upper bound and lower bound. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore about...
Instructional Video5:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Implementing Generics for the Custom List

Higher Ed
In this session, we will learn about implementing generics for the custom list. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore about generics - why...
Instructional Video3:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Understanding Data Structures - Tree - Sorted Order

Higher Ed
In this session, we will understand data structures - tree - sorted order. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java collections -...