Instructional Video5:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Literals

Higher Ed
When a value is assigned to a primitive variable, the specific syntax used will determine their type. Learn these rules in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Instructional Video19:48
APMonitor

Python 🐍 Variables

10th - Higher Ed
Variables store information and are objects in Python. For example, if you wanted to keep a set temperature for an egg, you would type egg = 37.5 for Β°C or egg = 99.5 for Β°F. The first part tells what the variable will be called, and the...
Instructional Video12:19
Curated Video

Fix the errors in a computer program or algorithm : Catching Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python When you get an error, you need to "handle" it so your code doesn't crash.
Instructional Video2:25
Curated Video

Learn and Master C Programming - Introduction & Section Overview

Higher Ed
Overview of the section and a quick review of memory, variables and the introduction of & operator. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
Instructional Video3:16
Science360

Mathematician uses skills to study Greenland's retreating glaciers

12th - Higher Ed
Many outlet glaciers in Greenland feed ice from the land into fjords, where discharge of icebergs and melting of the glaciers by warmer ocean waters contribute to rising sea levels. David Holland of NYU studies what happens in the fjord...
Instructional Video2:33
Weatherthings

Rip Current Safety: Where do Rip Currents Happen?

6th - 8th
This is the science of what, where, and how of rip currents. Most lifeguard rescues on ocean beaches in the United States are for rip currents. See how to avoid rip currents and learn safety from these killer currents on beaches. They...
Instructional Video2:44
Weatherthings

Nubes, Lluvia y El Ciclo de Agua - evaporacion, condensacion, precipitacion, vapor de agua

6th - 8th
Durante un dia lluvioso, una madre aprovecha para ensenarle a su pequeno hijo sobre el ciclo del agua. El nino aprende lo valiosa que es la lluvia para las plantas, los animales, las personas y el planeta, incluso cuando la lluvia es...
Instructional Video16:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function

Higher Ed
Working with numbers and computation along with type casting and getting input from user This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Instructional Video8:04
Python Programmer

EDA Python - 14-1Errors and Exceptions

Higher Ed
It is possible to anticipate likely errors when writing code in python. This is part one of handling errors and exceptions.
Instructional Video23:42
Programming Electronics Academy

Connect Arduino to internet over USB (with Processing) - Simple Space Weather meter example (Part 2)

Higher Ed
Have you ever wanted to connect your Arduino to the internet? Your first thought was probably like okay, I guess I'll need some type of Wi-Fi shield or a Wi-Fi enabled board in order to connect to the internet. But what if you're...
Instructional Video3:14
Curated Video

C++ 20 (2a) New Features - Usage of <=> Operator and How to Make Comparisons

Higher Ed
How the spaceship operator is supposed to be used? How do you compare two values using this operator? How does comparing the return value against literal zero work? β€’ Test return value of comparing integers and verify it’s...
Instructional Video4:00
Curated Video

Spacewalk: Exploring the Depths of Space

Pre-K - Higher Ed
A spacewalk (or extravehicular activity) is the term used to describe movement of astronauts outside the spacecraft. Learn about the types of spacewalks astronauts engage in and the training they go through to prepare.
Instructional Video17:07
APMonitor

Python 🐍 Input

10th - Higher Ed
Input simply requests information from the person using the computer. By default the input value is stored as a string so if you're doing a math equation you need to turn it into an integer or float. In an egg temperature controller,...
Instructional Video2:53
Brainwaves Video Anthology

Rebekah Modrak - Teachers Make a Difference - Adrienne Salinger

Higher Ed
Rebekah Modrak is a writer and interventionist artist whose artworks resist consumer culture. Re Made Co. (remadeco.org) poses as an online β€œcompany” to recreate actual company Best Made Co. (seller of $350 luxury hand-painted axes) by...
Instructional Video1:20
Instructional Video5:57
Curated Video

Complete Modern C++ - Type Conversions - Part I (Basics)

Higher Ed
This video discusses on conversion between types using C++ casting operators. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Instructional Video4:00
Curated Video

Satellites: Exploring Space and Revolutionizing Communication

Pre-K - Higher Ed
This video provides an overview of satellites, explaining that they are objects that orbit around planets or stars. It distinguishes between natural satellites, such as moons, and artificial satellites, which are man-made. The video...
Instructional Video1:08
Science360

Future floating on CO2

12th - Higher Ed
Bubbles will float on a dense layer of cold carbon dioxide. Parts Needed: 1 Bubble blower 1 Fish tank Dry ice
Instructional Video16:10
Mazz Media

Earth's Landforms

6th - 8th
With HD footage from all over the world, this program shows students all the various types of landforms found on our planet. Animation segments demonstrate how land formations are created by movement of the earth's plates, volcanoes,...
Instructional Video17:35
Curated Video

Comprehensive Android Developer Bootcamp - Detecting Faces and Drawing a Square - Part 1

Higher Ed
Android Machine Learning ML Kit – Face Detection:Detecting Faces and Drawing a Square - Part 1 This clip is from the chapter "Android Machine Learning ML Kit – Face Detection" of the series "The Comprehensive Android Developer...
Instructional Video7:52
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Data Types

Higher Ed
The author dives into syntax and usage of primitive data types. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards,...
Instructional Video10:31
Weird History

What Is Astronaut Hygiene Like?

12th - Higher Ed
Hollywood often paints a romanticized vision of space travel, but living in a gravity-free environment has dirty downsides. It takes a lot of extra work for an astronaut to tend to their personal hygiene in space. Sometimes, they're even...
Instructional Video4:13
Python Programmer

EDA Python - 16-1_Numpy_Introduction

Higher Ed
Numpy (Numerical Python) is an essential data science python package. It's introduced in this video.
Instructional Video6:55
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 18 - Understanding Primitive Variable Types in Java

Higher Ed
This video talks about understanding primitive variable types in 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...