Instructional Video5:57
Curated Video

Raspberry Pi and Arduino - Go to The Next Level - Activity 06 - Sweep Servo from the Raspberry Pi

Higher Ed
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...
Instructional Video5:40
Curated Video

Arduino OOP - Application Example - Make Three LEDs Blink at Different Rates

Higher Ed
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...
Instructional Video22:10
Curated Video

PEP8 Guidelines Python Clean Coding - Array Grid Project

Higher Ed
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...
Instructional Video3:37
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Text Alignment Format Specifier

Higher Ed
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...
Instructional Video4:42
Curated Video

Python In Practice - 15 Projects to Master Python - map( )

Higher Ed
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.
Instructional Video6:14
Curated Video

Python In Practice - 15 Projects to Master Python - Displaying the Cart Sub-Total

Higher Ed
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.
Instructional Video3:18
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Implementing Frozen Lake - 2

Higher Ed
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...
Instructional Video6:40
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation Batch Gradient Descent

Higher Ed
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...
Instructional Video14:56
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Handling the Calendar User Interface (UI) in Travel Websites

Higher Ed
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...
Instructional Video15:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Random Variables: Geometric Random Variable Python Practice

Higher Ed
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...
Instructional Video8:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Logistic Macro, Case Study – Part 1

Higher Ed
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...
Instructional Video7:42
Programming Electronics Academy

Variable Scope and fixing error: '_______' was not declared in this scope?

Higher Ed
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,...
Instructional Video2:49
Curated Video

C++ 20 (2a) New Features - The Rationale Behind Coroutines

Higher Ed
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...
Instructional Video3:28
Curated Video

TypeScript for Beginners - While Loop

Higher Ed
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.
Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Do While Loop in Java - an Introduction

Higher Ed
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,...
Instructional Video5:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - While Loop in Java - an Introduction

Higher Ed
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,...