Instructional Video7:45
Packt

Combine LEDs and Buttons - Work with Multiple Objects

Higher Ed
In this video, we will learn how to combine LEDs and buttons, and work with multiple objects. This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we...
Instructional Video5:18
Packt

Create the PushButton Class Header File - Interface

Higher Ed
In this video, you will learn how to create the PushButton class header file for interface. This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...
Instructional Video4:58
Packt

Recap and How to Use and Read the Interface

Higher Ed
In this video, we will have a quick recap and learn how to use and read the interface. This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented Programming".In this section, you will...
Instructional Video4:06
Packt

Add Methods to the LED Class

Higher Ed
In this video, you will learn how to add methods to the LED class. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the first...
Instructional Video3:27
Packt

Project Overview and How to Get the Most Out of This Course

Higher Ed
In this video, we will have a quick project overview and learn how to get the most out of this course. This clip is from the chapter "Introduction" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will have a...
Instructional Video3:03
Packt

List of Materials

Higher Ed
In this video, we will explore the list of materials. This clip is from the chapter "Introduction" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will have a quick introduction to the course.
Instructional Video4:29
Packt

Why OOP for Arduino?

Higher Ed
In this video, we will understand OOP for Arduino. This clip is from the chapter "Introduction" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will have a quick introduction to the course.
Instructional Video1:24
Curated Video

C++ Developer - Section Wrap-Up - Templates, the Standard Template Library (STL), and Other Skills

Higher Ed
This video summarizes the course. This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null
Instructional Video5:32
Curated Video

C++ Developer - Project - Return the Sum of Built-In Array Elements

Higher Ed
This video presents a project to return the sum of built-in array elements. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video14:02
Curated Video

C++ Developer - Friend Functions and Friend Classes

Higher Ed
This video explains the friend functions and friend classes. This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null
Instructional Video4:51
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Add Class Methods

Higher Ed
This video demonstrates how to add functionalities to class. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a concise...
Instructional Video3:51
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - What is OOP, what are Classes

Higher Ed
In this video, the author defines and gives a brief description of OOP and classes. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the...
Instructional Video4:18
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Write to a File

Higher Ed
This video demonstrates how to write to a file in Python. This clip is from the chapter "Python Basics- Level 4" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section gives an overview of the...
Instructional Video5:25
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - While Loop

Higher Ed
This video shows you how While Loop works. 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 conditions and...
Instructional Video2:48
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Seeing Installed Packages

Higher Ed
How to check whether you have a package installed already. This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand about OOP, classes, class...
Instructional Video8:58
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Mutable Versus Immutable

Higher Ed
In Python, some data types can be changed. Others are set forever until you either delete the variable or give it a new value. There's one data type in particular that is not what you think! This clip is from the chapter...
Instructional Video5:03
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Looping Through Dictionaries

Higher Ed
Dictionaries aren't like lists or tuples, they can't be looped through as easily. But in Python, it's not hard at all! Let's learn how to loop through key/value pairs. This clip is from the chapter "Intermediate Python" of the series...
Instructional Video1:58
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Custom Machine Learning Model

Higher Ed
Machine learning "models" are a bunch of crazy math files with "stored knowledge". We can swap them out to get better results. But first, let's install our main model. This clip is from the chapter "Final Project: Create an Image...
Instructional Video3:08
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Introduction to Loops

Higher Ed
Loops let you perform an action over and over again. If you had a sandwich, you wouldn't say "bite chew swallow, bite chew swallow, bite chew swallow". You'd say "bite chew swallow until you are done eating". Loops! This clip is from the...
Instructional Video6:21
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Class Methods

Higher Ed
Class methods let you perform some kind super advanced crazy type of logic in a class. Actually, I lied. A method in Python is basically just a function inside of a class. But it always takes at least one argument. This clip is from the...
Instructional Video2:03
Curated Video

Arduino OOP - What to Do Next

Higher Ed
Thank you for taking this course. Happy learning! This clip is from the chapter "Conclusion" of the series "Arduino OOP — Object-Oriented Programming".Welcome to the last section of this course.
Instructional Video3:11
Curated Video

Arduino OOP - How to Build an Arduino Project with OOP - Best Practices

Higher Ed
In this video, you will learn how to build an Arduino project with OOP. This clip is from the chapter "Conclusion" of the series "Arduino OOP — Object-Oriented Programming".Welcome to the last section of this course.
Instructional Video3:00
Curated Video

Arduino OOP - Project Conclusion and Improvements

Higher Ed
In this video, we will have the project conclusion and improvements. This clip is from the chapter "Conclusion" of the series "Arduino OOP — Object-Oriented Programming".Welcome to the last section of this course.
Instructional Video14:06
Curated Video

Arduino OOP - Modify the LEDs Brightness with the Potentiometer

Higher Ed
In this video, you will learn how to modify the LEDs brightness with the Potentiometer. This clip is from the chapter "Your Turn - Traffic Light System" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...