Hi, what do you want to do?
Curated Video
Solve R4 using KVL
Learn how to use KVL to solve for an unknown resistance value in a circuit
Curated Video
Python Lesson 6: Dictionary
A Dictionary is a key-value associative pair. Learn how to implement it in Python.
Curated Video
Python Lesson 7: Sets
Learn how Sets are implemented in Python. We also look at the concepts of Union and Intersection in this video.
Curated Video
Python Lesson 8: Strings
Learn some of the main things you can do with Strings in Python.
Curated Video
Python Lesson 9: Lists
In this video, we will look at the implementation of Lists in Python.
Curated Video
How do you Breadboard a Parallel Circuit?
Learn how to implement a breadboard circuit for a parallel circuit.
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.