Curated Video
Python 3 for Beginners: Slices
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...
Curated Video
Python 2 vs Python 3: Which one should you use?
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...
Curated Video
Python 3 for Beginners: How to Download and Install Python on Windows
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Java Expression – Exercises
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 31 - Getting Started with Programming - Revise All Terminology
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Printing Output to Console with Java - Exercise Solutions
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Building REST API to Retrieve Details of a Course – GET
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Q1 - Spring Framework - Understanding What's Happening in Background
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 17 - Getting Started with Spring Framework - Review
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 15 - Exploring Spring Modules
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - Q5 - Spring Framework – Maven
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Writing Content to a File - Files Write Method
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Read Content from a File - Files readAllLines and Lines Methods
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to Threads and Multi-Threading - Need for Threads
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Programming Tip - Teach Yourselves Programming in 10 Years
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 27 - TreeMap - Methods from NavigableMap - floorKey, higherKey, firstEntry
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - Executor Service - Wait for Only the Fastest Task Using invokeAny
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Functional Programming - Exercise - Loop a List of Numbers
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Extending Custom List with a Generic Return Method
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 12 - Adding and Removing Marks - Problem with Arrays
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int
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 -...
Curated Video
Python 3 for Beginners: Displaying Variables on the Screen
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...
Curated Video
Python 3 for Beginners: Functions in Python
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...
Curated Video
Python 3 for Beginners: Introduction to Boolean Data Types and Control Flow
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...