Curated Video
Python Lesson1: Intro to Colab
Let's get started with coding in Python! In this first video, we are looking into setting up the Google Colab environment. Have Fun!
Curated Video
Python Lesson2: Variables
Learn the concept of variables and how to use them correctly in your code.
Curated Video
C++: Print Natural Numbers
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C Programming Mastery: Bit Masking
Do you want to learn Embedded Systems the Right Way?
Curated Video
Python Assignment 5
In this assignment, you are required to do the following: Prompt the user to enter the number of stars to be printed. Once the value is obtained, print a square of "stars" with each row and each column having the number of stars entered...
Curated Video
Python Lesson18
In this lesson, we learn how to use the find function to search for subsets in a string. We also look at how to replace subsets in a string. Ready to be a Python Expert?
Curated Video
Python Lesson19
Now we look at the title(), upper() and lower() functions that we can use for strings. Learn how to check for the case of a string and do conversions between the different cases.
Curated Video
Python Assignment 7
In this assignment, you will learn how to search for the index of multiple instances of a subset in a string.
Curated Video
Python Lesson 21
Functions are a great way to modularize your code and make it easily reusable. Let's get started with Functions in Python!
Curated Video
CG2271: Mutex Review
In this video, we dive deeper into the behavior of a Mutex and understand how we can alter it using attributes. We also explore the use of the return value from the osMutexAcquire() kernel call.
Curated Video
Android App + ESP32 + ARM KL25Z - Connect Them All!
In this video, I show you how you can create an App to send commands to the ESP32 over WiFi. The ESP32 then relays the appropriate message to the KL25Z through the UART. The KL25Z then decodes the final message to control its RGB LED....
Curated Video
Arduino Uno: Timer Block, Interrupts and PWM
In this video, we discuss an important concept that is often misunderstood. We know that the Timer module is able to generate a PWM signal and at the same time trigger interrupts when there is a compare match. How are these two events...
Curated Video
C++: Compute the Average of 2 Numbers
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++: Compute the Area and Circumference of a Circle
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++: Local and Global Variables
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++ : True Or False
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
Functions - No Input Parameters and No Return Value
An introduction to the topic on functions in C. In this video, we explore functions that don't have any input parameters or return values.
Curated Video
FRDM Board + BT06 + Android App Live Demo
This video shows a Live Demo on how the FRDM Board, BT06 module and the Android App all work together. We first establish a BT connection between the phone and the BT06 module. After that, we send specific commands over to the FRDM board...
Curated Video
Scratch Lesson 7
Let's make the Sprite "Wait Until" some event has happened. In this video, Abby will wait until the Cat touches her before moving.
Curated Video
Python Assignment 1
This video guides you through the steps to create a simple Calculator application. Make sure you have tried it first before looking at the solution. :)
Curated Video
Python Lesson 4
In this lesson, we learn how we can use the split() functionality together with input() so that we can capture several input parameters at the same time.
Curated Video
Python Assignment 2
In this video we discuss the Assignment 2 question which requires you to capture two numbers from the user and print out the bigger number.
Curated Video
Python Lesson 7
In this video we look at the if, elif, else sequence of checks. This extends upon the Assignment 2 code that you have done.