Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Functional Programming - First Example with Function as Parameter
In this session, we will learn about functional programming - first example with function as parameter. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Project - Guess the Number
This video is the third project of this section where you would make the Guess the Number game. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Poetry Foundation
Mike Birbiglia reads "Earth (in reverse)" by J. Hope Stein
Mike Birbiglia (he/him/his) reads "Earth (in reverse)" by J. Hope Stein.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Sets
A set is a unique Python data type that only allows you to store unique items, no duplicates allowed! But there's a catch…*cue scary music*. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody:...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Break and Continue
Sometimes you want to loop over a list of items, perform some logic, and if you find the answer you're looking for, you want to exit the loop or skip to the next iterations. This clip is from the chapter "Intermediate Python" of the...
Curated Video
Mastering Django Web Development (Video 22)
Django is one of the world's leading web development platforms that follows the model-view-template development method. This Python web framework makes your app building experience smoother, faster, and easier. It has been and continues...
Curated Video
Learn and Master C Programming - Introduction to Loops
A brief overview on Loops. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into the syntax for loops such as for, while,...
Curated Video
Django3- Loops
In this video, we will look at loops. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
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...
NASA
NASA | SOHO and TRACE Solar Discoveries
On April 3, 2009, countries from around the world participated in the '100 Hours of Astronomy' webcast to celebrate the International Year of Astronomy. Produced to support the webcast, this movie highlights the discoveries of the SOHO...
Curated Video
Complete Modern C++ - Algorithms - Part II
This video demonstrates how common algorithms can be customized with functions objects and lambda expressions. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description...
Curated Video
Comprehensive Android Developer Bootcamp - Looping Through ArrayLists
Java Data Structures:Looping Through ArrayLists This clip is from the chapter "Java Data Structures" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover the Java Data Structures. You will be...
Curated Video
Excel VBA Programming The Complete Guide - The Step Keyword
The Step keyword can iterate with a different increment or decrement after each cycle of the loop. In this lesson, we experiment with a syntax and write a procedure that colors every second row yellow. This clip is from the chapter...
Curated Video
The Modern JavaScript Bootcamp (2019) - The For Loop
In this videos, you’re going to learn about For Loop. This clip is from the chapter "Arrays" of the series "The Modern JavaScript Bootcamp (2019)".To store multiple values in a single variable, an array comes into picture.
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 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
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - While Loop
In this video, you'll learn about the while loop in Python. This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Map
Ever need to apply a function to every item in a list? If so, the Python map function is your friend. This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section...
Curated Video
Beginning Python (Video 26)
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...
Curated Video
Beginning Python (Video 24)
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...
Let's Tute
Flourishing Your Letters: Adding Accents and Decorative Lines
In this video, the teacher guides viewers on how to add flourishes to their lettering to create emphasis and a beautiful effect. They explain the process step by step, using examples and demonstrations with different pens.
Curated Video
Learn and Master C Programming - Reading and Displaying Text Files - Part 2
Learn how 'fread' and 'fgets' can be used to read file content and how they are different from 'fgetc'....etc. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute...
Curated Video
Bash Shell Scripting - Creating Loops Using "for"
This video demonstrates how to create loops using "for". This clip is from the chapter "Flow Control" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section helps you understand flow...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Building a custom Student class and intro to special methods
You have already seen generator objects in use, let's take a deeper look at what they are and how they work. This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...