Instructional Video3:25
Curated Video

Covalent Bonding

6th - 12th
How non-metal elements combine by covalent bonds to form compounds. Chemistry - Atoms And Bonding - Learning Points. Covalent bonds occur between non-metal atoms. The number of bonds depends on how many electrons are in the outer shell....
Instructional Video3:19
Curated Video

The Halogens

6th - 12th
Halogens are hazardous to human life, yet they can also be very useful. How do they react when they meet other elements? Chemistry - Periodic Table - Learning Points. The halogens are the elements in Group 7 of the periodic table. The...
Instructional Video2:33
Curated Video

Radioactive Half-Life

6th - 12th
Discover how radioactive substances change over time, and how this affects whether they are hazardous to humans. Physics - Energy And Radioactivity - Learning Points. Dangerous radioactive substances will not be dangerous forever due to...
Instructional Video2:43
Great Big Story

Deadlee, breaking barriers as a gay rapper in hip-hop

12th - Higher Ed
Join Joey Lemar, aka Deadlee, as he shares his journey as one of the first openly gay rappers, using music to challenge stereotypes and inspire change in the hip-hop industry.
Instructional Video1:48
Curated Video

Chemical Equations and Reactions: The Chemical Reactions

K - 8th
By the end of this learning object, the student will be able to: Summarize the important points of chemical equations and reactions.28728
Instructional Video1:19
Curated Video

Chemical Combination: The Elements and the Components of the Atom

K - 8th
By the end of this learning object, the student will be able to: Revise the elements and the components of the atom.14002
Instructional Video1:13
Curated Video

Matter and its Construction: Elements consist of Similar Atoms

K - 8th
By the end of this learning object, the student will be able to: Introduce the elements in nature.41826
Instructional Video1:23
Curated Video

Matter and its Construction: Atomic Structure of Matter

K - 8th
By the end of this learning object, the student will be able to: Distribute the electrons in energy levels40991
Instructional Video3:28
Curated Video

Attempts of elements classification: The fundamentals of the periodic table

K - 8th
By the end of this learning object, the student will be able to: recognize the fundamentals of the periodic table.14977
Instructional Video1:12
Curated Video

Attempts of elements classification: Dmitrii Mendeleev

K - 8th
By the end of this learning object, the student will be able to: Recognize the efforts and attempts of some scientist to classify elements.4430
Instructional Video3:04
Wonderscape

Understanding the Triangle of Fire

K - 5th
Delve into the science of fire prevention and learn about the fundamental elements required for a fire to ignite and persist. Discover how oxygen, heat, and fuel interact to form the basis of the fire triangle and explore the importance...
Instructional Video5:07
Curated Video

Big Ideas - Episode 11 - Bridges of the World

Pre-K - Higher Ed
Building bridges has long been a Big Idea, and many ancient examples still stand today. Recently Prague residents celebrated the 600th anniversary of the laying of the first stone of their famous Charles Bridge. The University of...
Instructional Video9:11
Curated Video

Machine Learning: Random Forest with Python from Scratch - Lists

Higher Ed
We shall look at the following datatype: lists, mutable (changeable) after creation. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Instructional Video6:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - For Loop

Higher Ed
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video8:36
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dictionaries

Higher Ed
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video6:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Tuples

Higher Ed
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD. This clip is from the chapter "Introduction to Python" of the series "Machine...
Instructional Video11:12
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to JavaScript: Making the Website Interactive

Higher Ed
After learning how to create a basic website, you will now learn to make the website more presentable, interactive, and enjoyable. We will use JavaScript. We will instruct ChatGPT to help us with the JavaScript code required to redesign...
Instructional Video9:32
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS

Higher Ed
This lesson will explore the fundamentals of hypertext markup language (HTML) and cascading style sheets (CSS) needed to create a website. You will learn about the IDE to be used for storing the code.
Instructional Video13:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Synthesis API - Text to Speech

Higher Ed
In this video, you will learn about the Speech Synthesis API. We will see how to create a project that converts text to speech using the Speech Synthesis API. This clip is from the chapter "Web Browser APIs" of the series "Modern...
Instructional Video19:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Search Functionality

Higher Ed
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI. This clip is from the chapter "Flixx Movie...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop

Higher Ed
In this video, we will add a backdrop image to the movie details page to provide a visual element that complements the movie information. We will use the Swiper library to create a responsive and dynamic backdrop. This clip is from the...
Instructional Video17:17
Curated Video

Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 1

Higher Ed
In this mini project, we will build a simple Todo list app using the Fetch API and the JSONPlaceholder API. We will cover how to make a POST request to add new todos and how to dynamically update the UI to reflect the current state of...
Instructional Video9:07
Curated Video

Modern JavaScript from the Beginning - Second Edition - Remove Items from Local Storage

Higher Ed
In this video, you will learn how to remove items from local storage when they are removed from the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video10:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Form Submission and FormData Object

Higher Ed
In this video, we will look at how to handle form submissions in JavaScript. You will learn how to use the FormData object to collect form data and send it to a server using AJAX. This clip is from the chapter "Events" of the series...