Hi, what do you want to do?
Curated Video
The energy debate – True or false
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...
<
br/>
People and places - Future of energy - The
energy debate
/>
Learning Points
Biofuels release carbon dioxide, but
a
re a...
Curated Video
Using the land – True or false
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...
<
br/>
People and places - Human geography -
U
sing the land
A Twig Tidbit Film - True or False? The children...
Curated Video
Moving around – True or false
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...
<
br/>
People and places - Human geography -
Moving around
A Twig Tidbit Film - True or False? The children have to...
Curated Video
Mountains – True or false
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...
<
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...
Curated Video
International trade – True or false?
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...
<
br/>
People and places - Human geography - Inter
n
ational trade
A Twig Tidbit Film - True or False? The children...
Curated Video
Gravity – True or false
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...
<
br/>
Physical processes -Force and mo
t
ion - Gravity
/>
Learning Points
The Moon has a weaker
gravitational pull than...
Communication Coach Alex Lyon
Logical Fallacies Explained
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.
Curated Video
High Five Facts - Coding Words
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.
Learning Mole
Bytes of Learning - Coding Terms
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...
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Wall Jump Mechanic
In this video, you will learn how to implement the wall jump mechanic in our game.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Trail Renderer
In this video, you will learn how to implement the trail renderer to enhance our game's visual effects.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Boolean and Value Returning Function
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...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game
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...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Comparison Operators
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...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project
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...
<
br/>
This clip is from the chapter "Web...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 2
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Update Item and Reset State
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...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prevent Duplicate Items
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...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Keyboard Events and Key Properties
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Ternary Operator
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...
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Assignment
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...
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Operators
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"...
<
br/>
This clip is from the chapter "Logic and Control Flow"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Truthy and Falsy
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...
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Else-If and Nesting
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...