Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Literals
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...
APMonitor
Python π Variables
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...
Curated Video
Fix the errors in a computer program or algorithm : Catching Exceptions
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.
Curated Video
Learn and Master C Programming - Introduction & Section Overview
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...
Science360
Mathematician uses skills to study Greenland's retreating glaciers
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...
Weatherthings
Rip Current Safety: Where do Rip Currents Happen?
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...
Weatherthings
Nubes, Lluvia y El Ciclo de Agua - evaporacion, condensacion, precipitacion, vapor de agua
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function
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...
Python Programmer
EDA Python - 14-1Errors and Exceptions
It is possible to anticipate likely errors when writing code in python. This is part one of handling errors and exceptions.
Programming Electronics Academy
Connect Arduino to internet over USB (with Processing) - Simple Space Weather meter example (Part 2)
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...
Curated Video
C++ 20 (2a) New Features - Usage of <=> Operator and How to Make Comparisons
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...
Curated Video
Spacewalk: Exploring the Depths of Space
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.
APMonitor
Python π Input
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,...
Brainwaves Video Anthology
Rebekah Modrak - Teachers Make a Difference - Adrienne Salinger
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...
Fun Robotics
Summary and Project [AI History, Variables in Programming, Numeric Data and Operators]
Summarize the class and explain the class project
Curated Video
Complete Modern C++ - Type Conversions - Part I (Basics)
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.
Curated Video
Satellites: Exploring Space and Revolutionizing Communication
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...
Science360
Future floating on CO2
Bubbles will float on a dense layer of cold carbon dioxide. Parts Needed: 1 Bubble blower 1 Fish tank Dry ice
Mazz Media
Earth's Landforms
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,...
Curated Video
Comprehensive Android Developer Bootcamp - Detecting Faces and Drawing a Square - Part 1
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
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,...
Weird History
What Is Astronaut Hygiene Like?
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...
Python Programmer
EDA Python - 16-1_Numpy_Introduction
Numpy (Numerical Python) is an essential data science python package. It's introduced in this video.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 18 - Understanding Primitive Variable Types in Java
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...