Instructional Video3:56
Curated Video

Solve R4 using KVL

9th - Higher Ed
Learn how to use KVL to solve for an unknown resistance value in a circuit
Instructional Video4:57
Curated Video

Python Lesson4: Calculator

9th - Higher Ed
Create a simple calculator application in Python!
Instructional Video3:41
Curated Video

Python Lesson 5: DataTypes

9th - Higher Ed
Learn about the different Data Types in Python
Instructional Video4:05
Curated Video

Python Lesson 6: Dictionary

9th - Higher Ed
A Dictionary is a key-value associative pair. Learn how to implement it in Python.
Instructional Video3:41
Curated Video

Python Lesson 7: Sets

9th - Higher Ed
Learn how Sets are implemented in Python. We also look at the concepts of Union and Intersection in this video.
Instructional Video4:06
Curated Video

Python Lesson 8: Strings

9th - Higher Ed
Learn some of the main things you can do with Strings in Python.
Instructional Video3:56
Curated Video

Python Lesson 9: Lists

9th - Higher Ed
In this video, we will look at the implementation of Lists in Python.
Instructional Video2:43
Curated Video

Python Lesson 10: Tuple

9th - Higher Ed
What are Tuples in Python? Let's Learn!
Instructional Video4:33
Curated Video

How do you Breadboard a Parallel Circuit?

9th - Higher Ed
Learn how to implement a breadboard circuit for a parallel circuit.
Instructional Video1:02
Curated Video

Python Lesson11 Lists: Quiz1

9th - Higher Ed
Master the concepts of Lists in Python!
Instructional Video1:43
Curated Video

Python Lesson12: Lists Quiz2

9th - Higher Ed
Master Lists in Python!
Instructional Video1:18
Curated Video

Python Lesson13: Lists Quiz3

9th - Higher Ed
Master Lists in Python!
Instructional Video1:10
Curated Video

Python Lesson14: Lists Quiz4

9th - Higher Ed
Master Lists in Python!
Instructional Video1:17
Curated Video

Python Lesson15: Lists Quiz5

9th - Higher Ed
Master Lists in Python!
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.