Hi, what do you want to do?
SciShow
Why Was the WannaCry Attack Such a Big Deal?
On Friday, May 12th, 2017, the ransomware program WannaCry started spreading to computers all over the world at an alarming rate. A couple days later, it was basically completely contained with very little damage done. So what happened?
Crash Course
Early Computing: Crash Course Computer Science
Hello, world! Welcome to Crash Course Computer Science! So today, we’re going to take a look at computing’s origins, because even though our digital computers are relatively new, the need for computation is not. Since the start of...
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - Samba Installation and Configuration
Configure Samba for cross-platform file sharing, ensuring seamless file access between Linux and Windows.
Curated Video
AWS Certified Cloud Practitioner (CLF-C02) - Ultimate Exam Training - Amazon Athena
In this video, you will learn about Amazon Athena.
Curated Video
AWS Certified Cloud Practitioner (CLF-C02) - Ultimate Exam Training - Launch an EC2 Instance – Lab
In this video, you will learn about launching an EC2 instance – lab.
Curated Video
Understanding Computers: From Personal Devices to Servers
Computers are electronic devices that manipulate data to create a wide range of digital content such as photos, movies, websites, and games. They consist of hardware components like internal parts and external peripherals, as well as...
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 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