Instructional Video0:59
Curated Video

The energy debate – True or false

K - 5th
True or false ... Biofuels don't release carbon dioxide when burnt?
<

br/>

People and places - Future of energy - The


energy debate />

Learning Points
Biofuels release carbon dioxide, but
a

re a...
Instructional Video0:58
Curated Video

Using the land – True or false

K - 5th
True or false ... The One World Trade Center in New York is the tallest building in the world?
<

br/>

People and places - Human geography -
U

sing the land


A Twig Tidbit Film - True or False? The children...
Instructional Video0:58
Curated Video

Moving around – True or false

K - 5th
True or false ... The longest traffic jam ever recorded lasted for two whole days?
<

br/>

People and places - Human geography -


Moving around


A Twig Tidbit Film - True or False? The children have to...
Instructional Video0:58
Curated Video

Mountains – True or false

K - 5th
True or false … Mountain soil is always thin and infertile?
<

br/>

People and places - Physical geograp
h

y - Mountains


A Twig Tidbit Film - True or False? The children have to determine if a statement is...
Instructional Video0:56
Curated Video

International trade – True or false?

K - 5th
True or false ... The most common way to transport goods between countries is by plane?
<

br/>

People and places - Human geography - Inter
n

ational trade


A Twig Tidbit Film - True or False? The children...
Instructional Video0:47
Curated Video

Gravity – True or false

K - 5th
True or false ... The Moon has a greater gravitational pull than the Earth?
<

br/>

Physical processes -Force and mo
t

ion - Gravity />

Learning Points
The Moon has a weaker


gravitational pull than...
Instructional Video10:00
Communication Coach Alex Lyon

Logical Fallacies Explained

Higher Ed
Hear the Top 7 Logical Fallacies Explained with examples. Be sure not to use these or you'll hurt your own credibility. Be on the lookout for them when other people use these fallacies.
Instructional Video2:41
Curated Video

High Five Facts - Coding Words

Pre-K - 5th
Step into the world of 'Coding Words,' where kids will crack the code on the language that brings technology to life! It's a fun, engaging way to start understanding how coding shapes the world around us.
Instructional Video2:36
Learning Mole

Bytes of Learning - Coding Terms

Pre-K - 12th
Get ready to unlock the secrets of coding with our fun and engaging song that makes learning to code easy and exciting for kids! Discover the building blocks of websites, games, and apps, and start your journey to becoming a young coding...
Instructional Video11:39
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Wall Jump Mechanic

Higher Ed
In this video, you will learn how to implement the wall jump mechanic in our game.
Instructional Video3:25
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Trail Renderer

Higher Ed
In this video, you will learn how to implement the trail renderer to enhance our game's visual effects.
Instructional Video5:57
Curated Video

Machine Learning: Random Forest with Python from Scratch - Boolean and Value Returning Function

Higher Ed
In this video, we will discuss a function that returns values as true or false, also called the Boolean function.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
Instructional Video9:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!).
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video7:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - Comparison Operators

Higher Ed
Here, you will learn about Python's two types of operators, the comparison operator, and the logical operator.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video11:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project

Higher Ed
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly.
<
br/>
This clip is from the chapter "Web...
Instructional Video13:36
Curated Video

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

Higher Ed
In this video, we will continue building our Todo list app by adding the ability to delete todos and update their status. We will also cover how to use the PUT and DELETE methods in Fetch and how to handle success and error...
Instructional Video6:15
Curated Video

Modern JavaScript from the Beginning - Second Edition - Update Item and Reset State

Higher Ed
In this video, you will learn how to update an item in the shopping list and reset the UI state.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
Instructional Video3:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prevent Duplicate Items

Higher Ed
In this video, you will learn how to prevent adding duplicate items to the shopping list.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video10:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Keyboard Events and Key Properties

Higher Ed
In this video, we will look at how to handle keyboard events such as keydown, keyup, and keypress in JavaScript. You will learn how to use event listeners to respond to keyboard events and how to access key properties of the event...
Instructional Video10:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Ternary Operator

Higher Ed
The ternary operator is a concise way to write if/else statements in JavaScript, and this video shows us how to use it effectively.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Instructional Video6:16
Curated Video

Modern JavaScript from the Beginning - Second Edition - Logical Assignment

Higher Ed
This video introduces the logical assignment operators (andand= and ||=), which provide a shorthand way to update variables based on conditions.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
Instructional Video8:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Logical Operators

Higher Ed
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic.
<
br/>
This clip is from the chapter "Logic and Control Flow"...
Instructional Video12:23
Curated Video

Modern JavaScript from the Beginning - Second Edition - Truthy and Falsy

Higher Ed
This video explains the concept of truthy and falsy values in JavaScript, which can be used to simplify our code when checking for conditions.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
Instructional Video7:14
Curated Video

Modern JavaScript from the Beginning - Second Edition - Else-If and Nesting

Higher Ed
Building on the previous video, this video shows how to use else-if statements to handle multiple conditions and how to nest if statements within each other. This clip is from the chapter "Logic and Control Flow" of the series "Modern...