News Clip1:18
Curated Video

Polls close, vote count begins, soundbite from polling station official

Higher Ed
1. Various of polling officials counting votes 2. SOUNDBITE (English) Francis Bayiwgana, polling station officer: "The counting is still going on, still going on but what we are seeing now and what we are getting from the different...
Instructional Video5:18
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)

Higher Ed
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Instructional Video10:29
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 3

Higher Ed
In this video, we will work on the transaction class and add reporting to our ATM system. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case...
Instructional Video6:00
Curated Video

Practical Cyber Hacking Skills for Beginners - Creating a Sample Outbound Rule

Higher Ed
In this lesson, we will look at creating a sample outbound rule; we will test it out by trying to block internet access by setting outbound rules for the Google Chrome browser.
Instructional Video2:49
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Function of _Imports.razor Class

Higher Ed
This video details the uses of the _Imports.razor file in the project; you will know where/how to introduce this file in the Blazor Server application. This clip is from the chapter "Create a CRUD Application in Blazor" of the series...
Instructional Video2:57
Curated Video

International Trade: An Unequal Relationship?

6th - 12th
An unequal relationship exists between primary and secondary producers in global industry. How does this imbalance affect countries' development? Human Geography - A Changing World - Learning Points. Poorer countries of the world provide...
Instructional Video3:07
Curated Video

Rural Deprivation

6th - 12th
Rural deprivation is when rural areas suffer a lack of resources, amenities or jobs. This can have a widespread effect on the economic status of these areas and the development of a country as a whole. Human Geography - Orientation And...
Instructional Video3:05
Curated Video

Fair Trade

6th - 12th
Find out the principles underlying some of the most prominent Fair Trade schemes and how these can redress unequal relationships between small producers and global buyers. Human Geography - A Changing World - Learning Points. The...
Instructional Video5:34
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing

Higher Ed
In this video, we will work on text preprocessing. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk about Natural...
Instructional Video11:42
Curated Video

Machine Learning: Random Forest with Python from Scratch - Importing Data, Helper Functions

Higher Ed
Before creating a decision tree, we will first learn to import our dataset using Pandas. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video14:27
Curated Video

Machine Learning: Random Forest with Python from Scratch - Quick Implementation of Random Forest Model

Higher Ed
Let's quickly implement Random Forest using the sklearn Random Forest model to tune the model's performance according to the project. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video11:20
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (1)

Higher Ed
This video introduces us to Pandas data structures and analysis tools, which help make data easy to handle and intuitive. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video10:38
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using NumPy for Random Forest

Higher Ed
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video9:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Client Folder Setup

Higher Ed
In this video, we will set up the client folder where we will build the frontend of our app. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In...
Instructional Video11:24
Curated Video

Modern JavaScript from the Beginning - Second Edition - Webpack Basic Setup

Higher Ed
This video covers how to set up Webpack, a popular module bundler, for a basic project. The video explains how to install and configure Webpack, how to create a simple configuration file, and how to use Webpack to bundle our code. This...
Instructional Video7:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - ES Modules

Higher Ed
This video covers ES Modules, which is a module format introduced in ES6 (ECMAScript 2015). The video explains how to create and use ES Modules in our code, how to export and import modules using the ES6 syntax, and how to use ES Modules...
Instructional Video7:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Are Modules?

Higher Ed
This video provides an overview of modules and why they are important in modern web development. It explains how modules help organize code and make it easier to maintain and reuse. The video also discusses the benefits of using modules,...
Instructional Video5:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Material UI in React.JS

Higher Ed
In this video, you will learn to use Material UI, a popular UI library, in React.JS, and the process of installing and configuring Material UI in React projects. You will learn about the various components and styling options provided by...
Instructional Video9:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 1)

Higher Ed
In this video, you will start working on the first part of the project. You will learn how to set up the project structure, create the necessary React components, and handle state management. The video will guide you through building the...
Instructional Video4:12
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Conditional Rendering

Higher Ed
This video delves into various techniques for conditionally rendering components based on specific conditions or user interactions, if statements, ternary operators, and logical operators for implementing conditional rendering effectively.
Instructional Video5:44
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Components in React.JS

Higher Ed
This video introduces template literals in React.JS to dynamically generate strings with embedded expressions. You will learn to use template literals to concatenate strings and variables in a more concise and readable way. You will...
Instructional Video3:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 1

Higher Ed
In this video, you will learn the fundamentals of building a RESTful API in React.JS, the concepts of API endpoints, HTTP methods, and data fetching using the Axios library. You will also learn to structure React components and handle...
Instructional Video3:31
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 2

Higher Ed
Continuing from the previous video, this part focuses on adding more advanced features to the calculator app. You will learn how to handle decimal inputs, implement additional arithmetic operations, and add functionality such as clearing...
Instructional Video2:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Handling Error Pages with React-Router-DOM

Higher Ed
In this video, you will learn to handle error pages using React-Router-DOM. We will see how to define a fallback route for handling 404 errors and rendering a custom error page when a route is not found.