Instructional Video1:22
Curated Video

Python Lesson 16: Floor Operation

9th - Higher Ed
Learn how to implement the Floor Operation in Python.
Instructional Video1:15
Curated Video

Python Lesson17: Power Operation

9th - Higher Ed
Learn how to implement the Power Operation in Python.
Instructional Video5:03
Curated Video

Breadboard Skills: Series and Parallel Components Combined

9th - Higher Ed
Learn how to integrate Series and Parallel components together to create a complete circuit. We then develop the circuit on a breadboard.
Instructional Video6:02
Curated Video

Electronics: Find Total Resistance, Rt

9th - Higher Ed
Learn how to apply the basic concepts of Series and Parallel circuit analysis to derive the total resistance for any circuit.
Instructional Video8:47
Curated Video

Python Lesson18: if else

9th - Higher Ed
Learn how to implement the 'if-else' selection block in Python
Instructional Video7:11
Curated Video

Python Lesson19: if-elif-else

9th - Higher Ed
Learn how to implement the if-elif-else decision blocks in Python
Instructional Video2:31
Curated Video

Python Lesson20: if-elif-else

9th - Higher Ed
Let's go deeper into the if-elif-else structure in Python
Instructional Video5:16
Curated Video

Python Lesson21: Nested if statements

9th - Higher Ed
Learn how to implement the Nested-if block in Python
Instructional Video7:32
Curated Video

Python Lesson22: Quiz on the concepts of if-elif-else

9th - Higher Ed
Let's have a short quiz on the concepts of if-elif-else in Python!
Instructional Video9:17
Curated Video

Python Lesson 23: while loop

9th - Higher Ed
In this video, we will learn how to implement a while-loop to repeat a block of code.
Instructional Video5:04
Curated Video

Python Lesson 24: for loop

9th - Higher Ed
Implement the for-loop with lists.
Instructional Video4:12
Curated Video

Python Lesson25: for-loop to compute Sum

9th - Higher Ed
Learn how to use a for-loop to compute the Sum of all the numbers in a List.
Instructional Video3:40
Curated Video

Python Lesson26: range() function

9th - Higher Ed
How do you use the range() function in Python?
Instructional Video1:41
Curated Video

Python Lesson 27: range() in a for-loop

9th - Higher Ed
Learn how the range() function can be used in a for-loop.
Instructional Video5:57
Curated Video

Python Lesson28: while loop to check for a number

9th - Higher Ed
In this video, we develop a program that will continue to prompt the user to enter a number until a zero has been entered.
Instructional Video9:29
Curated Video

Python Lesson 29: Nested Loops

9th - Higher Ed
Learn how to implement a Nested Loop in Python.
Instructional Video6:12
Curated Video

Python Lesson 30: Nested Loop Star Pattern

9th - Higher Ed
Learn how to print a Star Pattern using Nested Loops.
Instructional Video7:17
Curated Video

Python Lesson31: Nested For Loop Staircase Star Pattern

9th - Higher Ed
Learn how to create a unique star pattern that resemble a staircase.
Instructional Video1:49
Curated Video

Python Lesson32: Develop a while loop that increments in 2s

9th - Higher Ed
How do you write a while() that increments in 2's? Let's find out!
Instructional Video1:55
Curated Video

Python Lesson33: Develop a for() loop that increments in 2's

9th - Higher Ed
Learn how to develop a for() loop that increments in 2's.
Instructional Video3:03
Curated Video

Python Lesson34: Implement a while(True) loop

9th - Higher Ed
Learn how to implement a while(True) loop in python to compute the sum and average of an unknown number of inputs.
Instructional Video5:27
Curated Video

Python Lesson 35: Functions 1

9th - Higher Ed
Learn the basics of functions
Instructional Video3:26
Curated Video

Python Lesson 36: Functions 2

9th - Higher Ed
Learn Python Functions the right way!
Instructional Video2:18
Curated Video

Python Lesson 37: Functions 3

9th - Higher Ed
Learn Python functions the right way!