SciShow Kids
Why Do We Get Nosebleeds?
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.
Crash Course
Saturn
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Java Platform
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Introduction and Advantages of Java
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...
Curated Video
Use variables to store data : Working with Variables and Data Types – Part 2
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...
Curated Video
Use variables to store data : Working with Variables and Data Types – Part 1
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...
Curated Video
Java 11 Programming for Beginners 1.1: The Course Overview
This video provides an overview of the entire course.
ProgrammingKnowledge
C Programming Tutorial | Learn C programming | C language
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...
APMonitor
Java ☕ Printing
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...
APMonitor
Java ☕ Loops
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Writing, Compiling, and Running our First Java Program
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Disadvantages of Java
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Why Learn Any Programming Language
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Printing Output to Console with Java
This video talks about printing output to the console with Java.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an IDE - IntelliJ Idea
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...
Curated Video
Describe computer programming : Basics of Python
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...
Zach Star
How Much Programming Do Engineers Do?
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...
Curated Video
Arrays in Java Part - 1 | Introduction to Java Arrays | Java Programming | Java Edureka
🔥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...
APMonitor
Python OpenCV Introduction
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:...
Schooling Online
Shakespeare Today: King Lear - Key Quotes 1
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...
Curated Video
Python In Practice - 15 Projects to Master Python - enumerate( )
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.
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types