Hi, what do you want to do?
Curated Video
Python Lesson19: if-elif-else
Learn how to implement the if-elif-else decision blocks in Python
Curated Video
Python Lesson20: if-elif-else
Let's go deeper into the if-elif-else structure in Python
Curated Video
Python Lesson21: Nested if statements
Learn how to implement the Nested-if block in Python
Curated Video
Python Lesson22: Quiz on the concepts of if-elif-else
Let's have a short quiz on the concepts of if-elif-else in Python!
Curated Video
Python Lesson 23: while loop
In this video, we will learn how to implement a while-loop to repeat a block of code.
Curated Video
Python Lesson28: while loop to check for a number
In this video, we develop a program that will continue to prompt the user to enter a number until a zero has been entered.
Curated Video
Python Lesson 30: Nested Loop Star Pattern
Learn how to print a Star Pattern using Nested Loops.
Curated Video
Python Lesson31: Nested For Loop Staircase Star Pattern
Learn how to create a unique star pattern that resemble a staircase.
Curated Video
Python Lesson 39: Learn how to use the try-except
Learn how to use the try-except block in Python
Curated Video
Python Lesson 40 : try-except 2
Learn how to extend the try-except block to be specific about different types of exceptions
Curated Video
Python Lesson 41: try-except 3
Learn the use of 'else' and 'finally' in the try-except block.
Curated Video
Mutex Priority Analysis: Real-Time Operating Systems
In this video, we analyze what happens when tasks of different priorities attempt to concurrently acquire the same mutex. Which task gets it first?
Curated Video
C Programming Mastery: Math-to-Code
Learn how to translate a Math Expression correctly into code!
Curated Video
C Programming Tips and Tricks: A better Alternative to Multiplication
How to perform multiplication without using the multiplier operation? Learn a much more efficient way!
Curated Video
C Programming Mastery: Bit Masking
Do you want to learn Embedded Systems the Right Way?
Curated Video
Intro to C++
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++: Pre and Post Increment Operator
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++: Relational Operators
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++,...