Instructional Video7:26
Curated Video

Python Lesson1: Intro to Colab

9th - Higher Ed
Let's get started with coding in Python! In this first video, we are looking into setting up the Google Colab environment. Have Fun!
Instructional Video7:40
Curated Video

Python Lesson2: Variables

9th - Higher Ed
Learn the concept of variables and how to use them correctly in your code.
Instructional Video2:11
Curated Video

C++: Print Natural Numbers

9th - Higher Ed
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++,...
Instructional Video6:33
Curated Video

C Programming Mastery: Bit Masking

9th - Higher Ed
Do you want to learn Embedded Systems the Right Way?
Instructional Video5:56
Curated Video

Python Assignment 5

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

Python Lesson18

9th - Higher Ed
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?
Instructional Video7:35
Curated Video

Python Lesson19

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

Python Assignment 7

9th - Higher Ed
In this assignment, you will learn how to search for the index of multiple instances of a subset in a string.
Instructional Video9:12
Curated Video

Python Lesson 21

9th - Higher Ed
Functions are a great way to modularize your code and make it easily reusable. Let's get started with Functions in Python!
Instructional Video12:38
Curated Video

CG2271: Mutex Review

9th - Higher Ed
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.
Instructional Video12:45
Curated Video

Android App + ESP32 + ARM KL25Z - Connect Them All!

9th - Higher Ed
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....
Instructional Video11:36
Curated Video

Arduino Uno: Timer Block, Interrupts and PWM

9th - Higher Ed
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...
Instructional Video10:01
Curated Video

C++: Compute the Average of 2 Numbers

9th - Higher Ed
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++,...
Instructional Video8:13
Curated Video

C++: Compute the Area and Circumference of a Circle

9th - Higher Ed
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++,...
Instructional Video10:08
Curated Video

C++: Local and Global Variables

9th - Higher Ed
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++,...
Instructional Video8:08
Curated Video

C++ : True Or False

9th - Higher Ed
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++,...
Instructional Video4:58
Curated Video

Functions - No Input Parameters and No Return Value

9th - Higher Ed
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.
Instructional Video2:54
Curated Video

CG2271 Mini-Project Video Group 30

9th - Higher Ed
CG2271 Mini-Project Video
Instructional Video3:12
Curated Video

FRDM Board + BT06 + Android App Live Demo

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

Scratch Lesson 7

9th - Higher Ed
Let's make the Sprite "Wait Until" some event has happened. In this video, Abby will wait until the Cat touches her before moving.
Instructional Video5:18
Curated Video

Python Assignment 1

9th - Higher Ed
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. :)
Instructional Video3:53
Curated Video

Python Lesson 4

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

Python Assignment 2

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

Python Lesson 7

9th - Higher Ed
In this video we look at the if, elif, else sequence of checks. This extends upon the Assignment 2 code that you have done.