Hi, what do you want to do?
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Basics of Programming: Example of Algorithms-Sorting Problem
In this video, we will cover an example of algorithms for sorting problem.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Adding State to Counter App: Part I
In this video you'll add component state into the course application.
r/>
This clip is from the chapter "React Components" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with React...
r/>
This clip is from the chapter "React Components" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with React...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - While Loop
This video shows you how While Loop works.
r/>
This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a brief about...
r/>
This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a brief about...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Session hijacking counter measures
Session Management: Session hijacking counter measures
r/>
This clip is from the chapter "Session Management" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we look into security...
r/>
This clip is from the chapter "Session Management" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we look into security...
Curated Video
Arduino for Beginners - 2022 Complete Course - The Bounce Problem - Explanation
This video explains the bounce problem - explanation.<br<br/>/>
This clip is from the chapter "Debounce the Push Button" of the series "Arduino for Beginners - 2022 Complete Course".This section explains how to debounce the push button.
This clip is from the chapter "Debounce the Push Button" of the series "Arduino for Beginners - 2022 Complete Course".This section explains how to debounce the push button.
Curated Video
Arduino for Beginners - 2022 Complete Course - Play with the LCD Cursor
This video explains playing with the LCD cursor.
<
br/>
This clip is from the chapter "LCD Screen- Display Text Directly on Your Circuit/Robot" of the series "Arduino for Beginners - 2022 Complete Course".This section explains...
<
br/>
This clip is from the chapter "LCD Screen- Display Text Directly on Your Circuit/Robot" of the series "Arduino for Beginners - 2022 Complete Course".This section explains...
Curated Video
Arduino for Beginners - 2022 Complete Course - Activity 20 - Solution
This video explains activity 20 - solution.<br<br/>/>
This clip is from the chapter "Photoresistor- Measure Luminosity" of the series "Arduino for Beginners - 2022 Complete Course".This section explains measuring luminosity.
This clip is from the chapter "Photoresistor- Measure Luminosity" of the series "Arduino for Beginners - 2022 Complete Course".This section explains measuring luminosity.
Curated Video
Arduino for Beginners - 2022 Complete Course - Activity 12 - Solution
This video explains activity 12 - solution.<br<br/>/>
This clip is from the chapter "Arduino Interrupts" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the Arduino interruptions.
This clip is from the chapter "Arduino Interrupts" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the Arduino interruptions.
Curated Video
Arduino for Beginners - 2022 Complete Course - A Nice Additional Tool to Visualize Data on the Arduino IDE - Serial Plotter
This video explains Serial Plotter.<br<br/>/>
This clip is from the chapter "Push Button- Digital Pins as Input Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains digital pins as input pins.
This clip is from the chapter "Push Button- Digital Pins as Input Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains digital pins as input pins.
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Project - Step 5
This is the fifth of the seven-part video working on the final project.<br<br/>/>
This clip is from the chapter "Final Project" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the final project.
This clip is from the chapter "Final Project" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the final project.
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Loops
This video explains about loops.
<
br/>
This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming...
<
br/>
This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Activity 04 - Solution
In this video, we will work on the activity solution to debug Serial using LCD screen.
<
br/>
This clip is from the chapter "Part 2 - Practice" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this section, we will...
<
br/>
This clip is from the chapter "Part 2 - Practice" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this section, we will...
Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Activity 04 - Debug Serial Using LCD Screen
In this activity video, we will discuss a challenge where we need to debug Serial using LCD screen.
<
br/>
This clip is from the chapter "Part 2 - Practice" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this...
<
br/>
This clip is from the chapter "Part 2 - Practice" of the series "Raspberry Pi and Arduino - Go to the Next Level".In this...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - while Statements
You will learn about the while loop operation where a code executes until the condition holds true.
<
br/>
This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
<
br/>
This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - The CONTINUE Keyword
Let's learn about changing the control of the while loop using the CONTINUE Keyword.
<
br/>
This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses...
<
br/>
This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Metaclass
Just like decorator functions, we can define metaclasses that execute before the class creation.
<
br/>
This clip is from the chapter "Metaclass" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
<
br/>
This clip is from the chapter "Metaclass" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Iterating over Sequence Data Types
You will learn to manipulate data in a list using iterations and the for loop instead of the while loop and index.
<
br/>
This clip is from the chapter "For Loops" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "For Loops" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Iterable Classes
Here, you will learn to use the for loop to obtain values from the iterable classes.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Cycle ()
Here, you will learn about the iterable class cycle ().
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on a lot of handy...
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on a lot of handy...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Collections Module
We will look at some other classes that can be used with our sequence datatypes, called the collection module.
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Proxies with Scrapy
In this tutorial, we're going to learn how to use proxies in our Scrapy projects to mask our identity and protect our privacy. We'll start by exploring what proxies are and how they work, and then we'll dive into the code to set up a...
Curated Video
Intro To Python Programming - While Loops
Almost everything in coding happens within the context of a loop. A loop allows you to repeat section of code while some condition is true.
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Iterators in JavaScript
This video talks about iterators in JavaScript.<br<br/>/>
This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Basics of Programming: Sorting Problem in Python
In this video, we will cover sorting in Python.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to...