Hi, what do you want to do?
Curated Video
Python Lesson10
In this video, you will be introduced to the for-loop in Python. See how easy it is to get it done!
Curated Video
Python Lesson11
In this lesson, we see how we can set the start and step values for the range parameters. Want to be a Python Pro?
Curated Video
Python Lesson 12
We now look at Nested for-loops. Let's learn how the different loop counters change as we go through the code.
Curated Video
Python Lesson13
In this lesson, we look at how we can use the continue and break statements to alter the operation of a loop.
Curated Video
Python Lesson14
In this lesson, we understand the impact of the continue and break statements in a nested loop.
Curated Video
User Story Mapping 101 - How to Create a USER STORY MAP
In this video, I want to answer the question, ‘What is a User Story Map?” and show you how to create one.
Curated Video
What are a Burndown Chart, a Burnup Chart, and Velocity?
In this video, I want to answer the question, What is a Burndown Chart and a Burnup Chart? And What is Velocity?
A Burndown chart is a way to visualize progress. It plots outstanding work against time. So, as you make...
A Burndown chart is a way to visualize progress. It plots outstanding work against time. So, as you make...
Curated Video
How to Do Risk Management in Agile Projects
Some people might expect that agile projects have – or even need – no risk management. That is completely wrong. So, let's look at how to do risk management in agile projects.
We need to adapt our risk...
We need to adapt our risk...
Curated Video
Could You Just...' How to STOP Scope Creep
There are three words that Project Managers fear above all others: ‘Could you just…’ These words mean one thing: someone is trying to squeeze their priorities into your project. And they want to use your budget, your resources,...
Curated Video
Fractals: The Menger Sponge
Revealing the shape which gets bigger the more you take away... in which an infinitely increasing surface area meets an infinitely decreasing volume.
Mat
hs - Shape
/>A Twig Math Film.
Reinforce and extend the...
Mat
hs - Shape
/>A Twig Math Film.
Reinforce and extend the...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Image Classification (Code)
In this video, you will learn how to preform RNN for image classification on the MNIST dataset.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - A More Challenging Sequence
In this video, you will learn how to preform time series prediction with a complex signal.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Break and Continue
In this video, you will learn how to use the break and continue statements to control the flow of our loops.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from...
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - For Loop
In this video, we will explore the for loop in JavaScript, which allows us to iterate over a set of values.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from...
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Iter in Rust and Iterators
This video helps you with the Iter in Rust and iterators.<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 - Creating Asynchronous For Loops
This lesson elaborates on what a for loop does and does not do in an asynchronous program code.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution Part II - Group Objects in JavaScript
In this video, we will continue to discuss the solution to the exercise on group objects in JavaScript.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Chunking Arrays into Subgroups and Subarrays
In this video, we will discuss the solution to the exercise on chunking arrays into subgroups and subarrays from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - II
In this video, you will dive deeper into the for loop in JavaScript and learn more about its capabilities. You will explore the different parts of a for loop in greater detail, including the loop variable, condition, and increment or...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Pop Quiz – Looping and Transactions in Solidity
In this video, we will discuss the solution to the pop quiz on looping and transactions in Solidity from the previous video.
<
br/>
This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete...
<
br/>
This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Pop Quiz – Looping and Transactions in Solidity
This is a pop quiz video on looping and transactions in Solidity.
<
br/>
This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
<
br/>
This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Introduction to Break and Continue
In this video, you will learn about break and continue.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Java For Loop - Syntax and Puzzles
In this video, you will learn about Java for loop—syntax and puzzles.
Curated Video
Deep Learning - Crash Course 2023 - Linear Separation of Data
In this video, we will write a program in Python to understand linear separation of data.
<
br/>
This clip is from the chapter "Deep Neural Networks" of the series "Deep Learning - Crash Course 2023".In this section, we will try to...
<
br/>
This clip is from the chapter "Deep Neural Networks" of the series "Deep Learning - Crash Course 2023".In this section, we will try to...