Hi, what do you want to do?
Curated Video
Subtracting Integers with Grade 7 Using The Number System
Welcome back to Math Defined! In this video, we're diving into the essential math skill of subtracting integers. Whether integers have the same or different signs, I'll show you simple steps to solve these problems quickly...
Curated Video
Adding Integers Using Rules
In this video, we dive into the mysterious world of integers and learn how to add them using some super simple rules. Whether you're working with positive or negative numbers, we've got the tricks you need to master it.
Curated Video
What are Rational Numbers?
Are you ready to master the concept of absolute value? In this lesson, we'll break it down step-by-step! Discover how to find absolute value using a number line and see just how simple it can be. With clear examples and easy-to-follow...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Numbers
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing
In this video, we will work on text preprocessing.
<
br/>
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...
<
br/>
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers.
<
br/>
This clip is from the chapter "Natural Language Processing...
<
br/>
This clip is from the chapter "Natural Language Processing...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is.
<
br/>
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...
<
br/>
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust
In Rust, memory management is a crucial part of writing efficient and safe programs. Understanding the differences between the stack and the heap is important for managing memory effectively. In this video, you will learn about the...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Loop Through and Modify an Array in Rust
This is an exercise video on looping through and modifying an array in Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Destructing Tuples with Rust
This is a solution video on destructing tuples with Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Destructing Tuples with Rust
This is an exercise video on destructing tuples with Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - What Are Functions in Rust
This is a solution video on functions in Rust.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Integers in Rust
This video explains integers in Rust in detail.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Declare Variables in Rust - Strings Integers and Booleans in Rust
This video demonstrates how to declare variables in Rust. You will work on strings integers and Booleans in Rust.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Generic Types in Rust
In this video, you will look at generic types in Rust.<br<br/>/>
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Queues
Now that we have understood multiprocessing, you will learn how to split our segments over multiple processes in the form of queues to speed up processing and take a load off the process execution.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - charChodeAt and fromCharCode with JavaScript
In JavaScript, the charCodeAt() method is used to return the Unicode of the character at a specified index in a string. The fromCharCode() method, on the other hand, is used to create a string from a sequence of Unicode values. In this...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - What Are Complex and Multi-Dimensional Arrays in JavaScript
In this video, we will discuss the solution to the exercise on complex and multi-dimensional arrays in JavaScript.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cryptographic Oracle Contract
In this video, we will discuss the solution to the exercise on a cryptographic Oracle contract from the previous video.
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cryptographic Oracle Contract
This is an exercise video on a cryptographic Oracle contract.
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - View and Pure Functions
In this video, we will discuss the solution to the exercise on the View and Pure functions from the previous video.
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The View Keyword in Solidity
In this video, you will learn about the view keyword in Solidity. The view keyword is used to indicate that a function does not modify the state of the contract. It is similar to the constant keyword, which was used in earlier versions...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Function Modifiers in Solidity
In this video, you will learn about function modifiers in Solidity. Function modifiers are special functions that can be used to modify the behavior of functions in Solidity.
<
br/>
This clip is from the chapter "Learn Functions in...
<
br/>
This clip is from the chapter "Learn Functions in...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Special Variables
In this video, you will learn about special variables in Solidity, which are pre-defined variables that hold important information about the contract and the blockchain.
<
br/>
This clip is from the chapter "Learn Solidity Basics IV...
<
br/>
This clip is from the chapter "Learn Solidity Basics IV...