Instructional Video6:28
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Checking Elements in List in Certain Ranges

Higher Ed
In this video, we will finally revisit the initially more CPU-intensive functions we were using, which will be checking how many values in our comparison list are in a specific range.
Instructional Video4:45
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Multiple Varying Arguments

Higher Ed
In the previous video, we have seen how to provide additional arguments using a partial library in the functools built-in tool; you will now learn to add different elements such as a power list instead.
Instructional Video4:05
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments

Higher Ed
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
Instructional Video2:42
Great Big Story

Embracing the shadows, Vangeline's journey with Butoh dance

12th - Higher Ed
Dive into the world of Butoh with artist Vangeline, exploring its challenging nature and transformative power in correctional facilities.
Instructional Video8:52
Curated Video

Inside the Body: The Marvel of Miniature Medical Devices

6th - Higher Ed
Join us on a fascinating journey inside the human body with miniature medical devices, like the camera capsule that Mac Lesggy swallows to explore his digestive system. Discover how these tiny technologies are revolutionizing diagnostics...
Instructional Video8:15
Curated Video

The Healing Harmony: Exploring the Impact of Music on Human Health

6th - Higher Ed
Discover the profound effects of music on the human body and mind in this enlightening video. From reducing stress and enhancing relaxation with calming tunes to boosting physical performance and coordination with rhythmic music, explore...
Instructional Video7:43
Curated Video

The Reality of Flying Gadgets: Science Meets Innovation

6th - Higher Ed
Investigate the truth behind videos showcasing people flying with the aid of unconventional devices like fire extinguishers and hoverboards. This segment explores the principles of physics that allow or disallow such feats, featuring...
Instructional Video4:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example of How to Sort in JavaScript

Higher Ed
This video provides an example of how to use the built-in sort() method in JavaScript to sort an array of numbers in ascending order. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video8:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Indexing Values in Arrays with JavaScript

Higher Ed
In this video, you will learn how to access specific values in arrays using their index number in JavaScript. By the end of the video, you should have a solid understanding of how to use indexing to work with arrays in JavaScript. This...
Instructional Video3:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Functions in JavaScript - Part I

Higher Ed
In this video, you will learn about functions in JavaScript, which are one of the fundamental building blocks of programming. You will explore the basic syntax of functions and learn how to define and call functions in your code. This...
Instructional Video3:34
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part II

Higher Ed
This video is a continuation of the previous one and will cover more advanced techniques for assigning variables to each other in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute...
Instructional Video6:36
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Revert Work in Solidity

Higher Ed
In Solidity, revert() is used to stop the execution of a contract and return the remaining gas to the sender while require() is used to stop the execution, revert any changes made to the state, and consume all gas supplied by the sender....
Instructional Video4:10
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contract Oracles

Higher Ed
In this video, you will learn about Smart Contract Oracles, which are third-party services that provide external data to smart contracts. You will understand the importance of Oracles in smart contract development, the challenges of...
Instructional Video4:55
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Cryptographic Functions

Higher Ed
In this video, we will be discussing cryptographic functions in Solidity. Cryptographic functions play a critical role in securing smart contracts and ensuring that data transmitted over the blockchain is kept private and tamper-proof....
Instructional Video1:51
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Assert Ether to Wei

Higher Ed
In this video, we will discuss the solution to the exercise on asserting Ether to Wei from the previous video. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete...
Instructional Video6:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Ether Units and Denominations in Solidity

Higher Ed
In this video, we will explore the different units and denominations used for Ether in Solidity. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course -...
Instructional Video9:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity

Higher Ed
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video2:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Strengthen Your Understanding of Scope and State

Higher Ed
In this video, we will discuss the solution to the exercise on strengthening your understanding of Scope and State from the previous video. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Instructional Video3:43
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write Solidity Variables

Higher Ed
In this video, we will discuss the solution to the exercise on writing Solidity variables from the previous video. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced...
Instructional Video3:53
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Course Tools

Higher Ed
In this video, you will be introduced to the essential tools needed for this course. This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section to the course.
Instructional Video5:02
Curated Video

Linux Crash Course for Beginners - 2023 - System Maintenance Commands

Higher Ed
In this video, you will learn about system maintenance commands such as shutdown, reboot, halt, and init.
Instructional Video35:44
Curated Video

Fundamentals of Neural Networks - Lab 1 - Introduction to Python

Higher Ed
This video demonstrates some of the basic commands in Python specifically the print statement, data structures, variables, and how to define a function. This clip is from the chapter "Artificial Neural Networks" of the series...
Instructional Video4:21
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native

Higher Ed
In this video, we will explore the useEffect hook in React Native, which is used for handling side effects such as network requests, state updates, and rendering optimizations. By the end of this video, you will have a better...
Instructional Video12:20
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Writing an Algorithm from Scratch with ChatGPT

Higher Ed
This video provides an introduction to writing algorithms from scratch using a step-by-step approach with the help of ChatGPT.