Instructional Video5:15
Curated Video

Python Lesson3: TypeCasting

9th - Higher Ed
Learn how to cast a variable from one datatype to another. This is extremely useful when you are capturing data input from the user.
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 Video3:00
Curated Video

C++: Nested- Loop Continue and Break Inner Loop

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 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 Video3:02
Curated Video

Arrays Loops: Use Loops to update and access data

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

C++ Array2D Init

9th - Higher Ed
Learn how to create and initialize a 2D array in C++.
Instructional Video3:52
Curated Video

MATLAB: 2D Matrix

9th - Higher Ed
Learn how to initialize and access data in a 2D Matrix in MATLAB.
Instructional Video5:11
Curated Video

Flowchart Lesson1: Sequence

9th - Higher Ed
Learn how to implement a Basic Sequence Flowchart
Instructional Video10:44
Curated Video

Flowchart Lesson3: Sequence, Selection + Repetition

9th - Higher Ed
Learn how to create a flowchart that has Sequence, Selection and Repetition.
Instructional Video10:20
Curated Video

Python Assignment 4

9th - Higher Ed
In this video we discuss the Assignment 4 Question: Create a Loop that will run for THREE times. Each time the loop runs, get input from the user. Inform the user if the number entered was an Even or Odd Number. This question reviews the...
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 Video9:24
Curated Video

Python Lesson16

9th - Higher Ed
In this lesson, we explore Strings. We first understand how to calculate the length of a string. We then concatenate strings together. After that, we see how we can extract subsets of a string.
Instructional Video6:19
Curated Video

Python Lesson17

9th - Higher Ed
In this lesson, we learn how to use the split and count functions for Strings.
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 Video7:25
Curated Video

Python Lesson20

9th - Higher Ed
In this lesson, we learn how to use the format operator to dynamically change the information printed on the screen.
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 Video12:46
Curated Video

Python Assignment 8

9th - Higher Ed
This is a Number Guessing Game! Prompt the user to enter a number within the range and keep giving hints to help the player get the correct answer! A great way to revise all your basic Python concepts!
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 Video5:47
Curated Video

Python Lesson 22

9th - Higher Ed
Learn how to create functions with multiple inputs. With this, you will be able to easily make use of functions to modularize your code.
Instructional Video9:28
Curated Video

Factorial Operation using Recursion!

9th - Higher Ed
Learn how to perform the Factorial Operation using Recursion! A must-watch if you want to know the important concepts of Recursion.
Instructional Video5:27
Curated Video

Analyze how a Recursive Function Behaves!

9th - Higher Ed
In this video, we will relook at the recursive approach to compute the Factorial of a number. We will analyze the recursive calls in-depth to understand what is happening.
Instructional Video11:33
Curated Video

C++: Basic Input/Output

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++,...