Curated Video
Raspberry Pi and Arduino - Go to The Next Level - Activity 06 - Sweep Servo from the Raspberry Pi
In this activity video, we will discuss a challenge where we need to Sweep Servo from the Raspberry Pi. 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...
Curated Video
Arduino OOP - Application Example - Make Three LEDs Blink at Different Rates
In this video, we will work on an application example to make three LEDs blink at different rates. This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented Programming".In...
Curated Video
PEP8 Guidelines Python Clean Coding - Array Grid Project
This video explains how to create a simple game using the PEP8 guidelines and the Python tool kit. This clip is from the chapter "PEP8 Practice Projects" of the series "PEP8 Guidelines: Python Clean Coding".This section explains two...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Text Alignment Format Specifier
In this lesson, you will learn about the format specifier, that is, the text alignment, which we use to align our values when formatted in a string. This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to...
Curated Video
Python In Practice - 15 Projects to Master Python - map( )
This video explains the map( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Curated Video
Python In Practice - 15 Projects to Master Python - Displaying the Cart Sub-Total
This video explains displaying the cart sub-total. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Implementing Frozen Lake - 2
This is the second of the four-part video that explains implementing Frozen Lake. This clip is from the chapter "RL-Based Q-Learning" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation Batch Gradient Descent
This video explains about the implementation of batch gradient descent. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Handling the Calendar User Interface (UI) in Travel Websites
This video shows how to handle the calendar UI in travel websites. This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Random Variables: Geometric Random Variable Python Practice
In this video, we will cover geometric random variable python practice. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Logistic Macro, Case Study – Part 1
This is the first of the two-part video that will talk in-depth about a Macro example based on logistic regression. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and...
Programming Electronics Academy
Variable Scope and fixing error: '_______' was not declared in this scope?
Arduino not declared in variable scope error message Isn’t Scope a brand of mouthwash? I mean, what gives? In this lesson, we are going to talk SUPER BASICALLY about variable scope. There are so many technical details we could dive into,...
Curated Video
C++ 20 (2a) New Features - The Rationale Behind Coroutines
Why are coroutines needed at all? What are coroutines? • Prepare a synchronous piece of code • Rewrite the code to be asynchronous, using threading • Rewrite the code again using coroutines This clip is from the chapter "Coroutines" of...
Curated Video
TypeScript for Beginners - While Loop
This video demonstrates how to use the while loop. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains how to use them.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Do While Loop in Java - an Introduction
In this video, we will learn about do while loop in Java - an introduction. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explain about loops - for loop,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - While Loop in Java - an Introduction
In this video, we will learn about while loop in Java - an introduction. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explain about loops - for loop,...