Instructional Video2:57
Curated Video

Python 3 for Beginners: Slices

Higher Ed
In this educational video, we learn about slicing in Python, a powerful feature that allows us to extract specific parts of a list or string. The video explains how to use indexing with a colon to specify start and end points, with...
Instructional Video1:14
Curated Video

Python 2 vs Python 3: Which one should you use?

Higher Ed
In this video, we'll discuss the ongoing debate of whether to use Python 2 or Python 3 in your programming projects. If you're new to Python, it's highly recommended to start with Python 3 as it's the latest and most up-to-date version...
Instructional Video1:14
Curated Video

Python 3 for Beginners: How to Download and Install Python on Windows

Higher Ed
In this quick and informative video, we will show you how to download and install Python on your Windows computer. As Python doesn't come installed on Windows by default, we will guide you through the process step-by-step. We'll take you...
Instructional Video1:39
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Java Expression – Exercises

Higher Ed
This video talks about Java expression – exercises. 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 Video6:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 31 - Getting Started with Programming - Revise All Terminology

Higher Ed
This video talks about getting started with programming - revise all terminology. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video3:58
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Printing Output to Console with Java - Exercise Solutions

Higher Ed
This video talks about printing output to console with Java - 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 Video3:16
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Building REST API to Retrieve Details of a Course – GET

Higher Ed
In this lesson, we will build REST API to retrieve course details. 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:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Q1 - Spring Framework - Understanding What's Happening in Background

Higher Ed
In this session, we will try to understand what happens in the background with Spring framework. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This...
Instructional Video1:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 17 - Getting Started with Spring Framework - Review

Higher Ed
Let's review what we have learned so far in this section. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily focuses on the...
Instructional Video3:14
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 15 - Exploring Spring Modules

Higher Ed
Let's look at the Spring modules in this lesson. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily focuses on the Spring framework.
Instructional Video7:47
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Q5 - Spring Framework – Maven

Higher Ed
Let's understand how Spring Jar is downloaded in this session. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily focuses on the...
Instructional Video2:17
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Writing Content to a File - Files Write Method

Higher Ed
In this session, we will learn about writing content to a file - files write method. This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will list...
Instructional Video5:44
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Read Content from a File - Files readAllLines and Lines Methods

Higher Ed
In this session, we will learn about read content from a file - files readAllLines and lines methods. This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video4:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to Threads and Multi-Threading - Need for Threads

Higher Ed
In this session, we will learn about threads and multi-threading - need 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...
Instructional Video1:45
Curated Video

Java Programming for Complete Beginners - Java 16 - Programming Tip - Teach Yourselves Programming in 10 Years

Higher Ed
This video is about collections: programming tip - teach yourselves programming in 10 years. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Instructional Video4:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 27 - TreeMap - Methods from NavigableMap - floorKey, higherKey, firstEntry

Higher Ed
In this session, we will learn about TreeMap - methods from NavigableMap - floorKey, higherKey, firstEntry. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video2:42
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Executor Service - Wait for Only the Fastest Task Using invokeAny

Higher Ed
In this session, we will learn about executor service - wait for only the fastest task using invokeAny. This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java...
Instructional Video2:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Functional Programming - Exercise - Loop a List of Numbers

Higher Ed
In this session, we will learn about functional programming - exercise - loop a list of numbers. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video2:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Extending Custom List with a Generic Return Method

Higher Ed
In this session, we will learn about extending custom list with a generic return method. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore about...
Instructional Video3:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Adding and Removing Marks - Problem with Arrays

Higher Ed
In this session, we will learn about adding and removing marks - problem with arrays. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video3:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement consumer Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video3:07
Curated Video

Python 3 for Beginners: Displaying Variables on the Screen

Higher Ed
In this helpful video, we will learn how to approach solving practice exercises in Python. The video provides step-by-step instructions on how to create a program that uses three variables: animal, vegetable, and mineral, and assigns a...
Instructional Video0:30
Curated Video

Python 3 for Beginners: Functions in Python

Higher Ed
Welcome to this comprehensive video on functions in Python! In this tutorial, we will cover everything you need to know about functions - from their definition to their implementation. You'll learn the importance of passing parameters...
Instructional Video0:33
Curated Video

Python 3 for Beginners: Introduction to Boolean Data Types and Control Flow

Higher Ed
In this video, we're going to dive deep into the Boolean data type, comparators, and Boolean operators. You'll learn all about the order of operations and how to explicitly control it, which is a key aspect of programming. We'll also...