Instructional Video3:56
SciShow Kids

Why Do We Get Nosebleeds?

K - 5th
Jessi got a nose bleed while playing outside. In order to make it less scary, Jessi and Squeaks explain why they happen, and how to take care of them.
Instructional Video12:02
Crash Course

Saturn

12th - Higher Ed
Saturn is the crown jewel of the solar system, beautiful and fascinating. It is a gas giant, and has a broad set of rings made of ice particles. Moons create gaps in the rings via their gravity. Saturn has dozens of moons, including...
Instructional Video5:49
Curated Video

Complete Java SE 8 Developer Bootcamp - The Java Platform

Higher Ed
Discover the "Java Runtime Environment (JRE)" and how it is used to execute Java programs. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an...
Instructional Video3:48
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Introduction and Advantages of Java

Higher Ed
In this video, we will explore the key features and benefits of Java as a programming language, Java's platform independence, robustness, versatility, and its vast ecosystem of libraries and frameworks. We will understand the advantages...
Instructional Video7:02
Curated Video

Use variables to store data : Working with Variables and Data Types – Part 2

Higher Ed
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Instructional Video5:44
Curated Video

Use variables to store data : Working with Variables and Data Types – Part 1

Higher Ed
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Instructional Video3:31
Curated Video

Java 11 Programming for Beginners 1.1: The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video4:38:53
ProgrammingKnowledge

C Programming Tutorial | Learn C programming | C language

Pre-K - Higher Ed
C Programming Language is the most popular computer language and most used programming language till now. It is very simple and elegant language. 1) This is by far the most comprehensive C Programming course you'll find here, or anywhere...
Instructional Video12:58
APMonitor

Java ☕ Printing

10th - Higher Ed
In the early days of computers, users didn't interact with the computer through a screen, as we do now. Instead, the computer would output information with a physical printer with paper. Nowadays, we don't need to print to a physical...
Instructional Video16:14
APMonitor

Java ☕ Loops

10th - Higher Ed
I recently wrote a computer program to solve Sudoku puzzles. As part of the program, I needed to the computer to check every empty box on the grid. Sudoku is played on a 9 by 9 grid. That means I would have to check 81 times. It wouldn't...
Instructional Video5:51
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Writing, Compiling, and Running our First Java Program

Higher Ed
This video will explore Java programming as we write, compile, and run our first Java program. We will understand the steps involved in creating a simple program, compile it using the Java compiler, and execute the program to see the...
Instructional Video4:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing Java

Higher Ed
In this video, we will learn to download and install the Java Development Kit (JDK), essential for Java programming. The instructor guides you through the installation process on different operating systems, ensuring a functional Java...
Instructional Video3:19
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Disadvantages of Java

Higher Ed
In this video, we discuss the disadvantages and challenges associated with Java programming, performance considerations, and the learning curve complexity of Java. By understanding these disadvantages, we will be better equipped to...
Instructional Video5:45
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Why Learn Any Programming Language

Higher Ed
In this video, we will first understand why we should learn any programming language. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video10:54
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to console with Java. 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...
Instructional Video10:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to the console with Java.
Instructional Video5:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an IDE - IntelliJ Idea

Higher Ed
This video explains IntelliJ Idea, which is an IDE specifically for the Java programming language. It was developed by JetBrains and streamlines the process of creating Java applications. This clip is from the chapter "Web Developer...
Instructional Video3:47
Curated Video

Describe computer programming : Basics of Python

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will walk you an overview about the Python. • Go to the Python.org...
Instructional Video12:38
Zach Star

How Much Programming Do Engineers Do?

12th - Higher Ed
Do you wonder how much programming you'll do in college as an engineer. This answer is very dependent on what major you pick, the university you go to, and various other factors. However there are some consistencies in each major that...
Instructional Video32:49
Curated Video

Arrays in Java Part - 1 | Introduction to Java Arrays | Java Programming | Java Edureka

Pre-K - Higher Ed
🔥Java Certification Training: https://www.edureka.co/java-j2ee-training-course This Edureka video on “Arrays in Java Part - 1” will talk about one of the pillars of Java fundamentals i.e Arrays. It will also take you through the various...
Instructional Video25:47
APMonitor

Python OpenCV Introduction

10th - Higher Ed
Computer vision is automation of tasks that mimic human response to visual information. Computers gain high-level understanding and take actions from digital images or videos. Packages for image manipulation and computer vision include:...
Instructional Video21:47
Schooling Online

Shakespeare Today: King Lear - Key Quotes 1

3rd - Higher Ed
After watching this lesson, you will be able to support your discussion of King Lear’s themes with detailed textual analysis! This lesson unpacks the most famous and significant quotes uttered by King Lear, the main character. These...
Instructional Video4:09
Curated Video

Python In Practice - 15 Projects to Master Python - enumerate( )

Higher Ed
This video explains the enumerate( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video3:43
Packt

Use different data types : Data Types

Higher Ed
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types