Hi, what do you want to do?
Curated Video
Python Lesson 16: Floor Operation
Learn how to implement the Floor Operation in Python.
Curated Video
Python Lesson17: Power Operation
Learn how to implement the Power Operation in Python.
Curated Video
Breadboard Skills: Series and Parallel Components Combined
Learn how to integrate Series and Parallel components together to create a complete circuit. We then develop the circuit on a breadboard.
Curated Video
Electronics: Find Total Resistance, Rt
Learn how to apply the basic concepts of Series and Parallel circuit analysis to derive the total resistance for any circuit.
Curated Video
Python Lesson18: if else
Learn how to implement the 'if-else' selection block in Python
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 Lesson25: for-loop to compute Sum
Learn how to use a for-loop to compute the Sum of all the numbers in a List.
Curated Video
Python Lesson 27: range() in a for-loop
Learn how the range() function can be used in a for-loop.
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 Lesson32: Develop a while loop that increments in 2s
How do you write a while() that increments in 2's? Let's find out!
Curated Video
Python Lesson33: Develop a for() loop that increments in 2's
Learn how to develop a for() loop that increments in 2's.
Curated Video
Python Lesson34: Implement a while(True) loop
Learn how to implement a while(True) loop in python to compute the sum and average of an unknown number of inputs.