Instructional Video4:55
HealthSketch

What is Klinefelter's Syndrome?

Higher Ed
A simple explainer video about the chromosome disorder Klinefelter's Syndrome, which is caused by an extra X chromosome in boys, and leads to low testosterone levels. We describe the common features of the condition and how it is...
Instructional Video3:45
Brian McLogan

How to create a tree diagram from a word problem

12th - Higher Ed
👉 Learn how to find the conditional probability of an event. Probability is the chance of an event occurring or not occurring. The probability of an event is given by the number of outcomes divided by the total possible outcomes....
Instructional Video8:21
JJ Medicine

Tropical Sprue | Causes, Pathogenesis, Signs & Symptoms, Diagnosis, Treatment

Higher Ed
Tropical Sprue | Causes, Pathogenesis, Signs & Symptoms, Diagnosis, Treatment Tropical Sprue is a gastrointestinal condition of unknown etiology (although likely infectious in nature). It involves malabsorption of nutrients (particularly...
Instructional Video10:01
JJ Medicine

Retinitis Pigmentosa | Genetics, Pathophysiology, Signs & Symptoms, Diagnosis, Treatment

Higher Ed
Retinitis Pigmentosa | Genetics, Pathophysiology, Signs & Symptoms, Diagnosis, Treatment Retinitis Pigmentosa is a group of hereditary eye conditions that lead to progressive degeneration of photoreceptor cells known as the rods and...
Instructional Video10:16
Curated Video

Comprehensive Android Developer Bootcamp - For loops

Higher Ed
Deep Dive into Java Programming Language:For loops This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the programming...
Instructional Video4:40
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Introduction to Break and Continue

Higher Ed
In this video, we will learn about introduction to break and continue. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explain about loops - for loop, while...
Instructional Video7:09
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Loops

Higher Ed
In this video, we'll cover JavaScript loops. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript code, functions,...
Instructional Video5:25
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - While Loop

Higher Ed
This video shows you how While Loop works. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a brief about conditions and...
Instructional Video7:12
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Shell Scripting - Part 2

Higher Ed
This is the second part of the two-part video that explains how to perform shell scripting. This clip is from the chapter "Shell Scripting" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Instructional Video13:55
Curated Video

Data Analytics using Python Visualizations - Applying Filters - IndexFilter, BooleanFilter, GroupFilter

Higher Ed
This video explains applying filters – IndexFilter, BooleanFilter, GroupFilter. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This...
Instructional Video6:35
Curated Video

Arduino for Beginners - 2022 Complete Course - Save and Retrieve Values with EEPROM

Higher Ed
This video explains how to save and retrieve values with EEPROM. This clip is from the chapter "EEPROM- Save Values on the Arduino" of the series "Arduino for Beginners - 2022 Complete Course".This section explains how to save values on...
Instructional Video7:18
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 15- Solution

Higher Ed
This video explains activity 15- solution. This clip is from the chapter "Ultrasonic Sensor - Measure Distances" of the series "Arduino for Beginners - 2022 Complete Course".This section explains measure distances.
Instructional Video10:30
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 08 - Solution

Higher Ed
This video explains activity 08- solution. This clip is from the chapter "Serial Communication- Send and Receive Data" of the series "Arduino for Beginners - 2022 Complete Course".This section explains sending and receiving data.
Instructional Video7:37
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 11 - Solution

Higher Ed
This is the eleventh activity solution video to choose which LED to power on from a web browser. This clip is from the chapter "Create a Web Application on Your Raspberry Pi with Flask and Python" of the series "Raspberry Pi for...
Instructional Video9:23
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 03 - Solution

Higher Ed
This is the third activity solution video to compute max value inside a list. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This...
Instructional Video4:43
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 02 - Solution

Higher Ed
This is the second activity solution video to validate user input. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section...
Instructional Video6:14
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Setting Up Game in Python - 3

Higher Ed
This is the third of the three-part video that explains in setting up the game in Python. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section...
Instructional Video4:14
Curated Video

Python In Practice - 15 Projects to Master Python - Training the Model to Rate Reviews

Higher Ed
This video explains training the model to rate reviews. This clip is from the chapter "Rating Bot" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the Rating Bot.
Instructional Video5:18
Curated Video

Python In Practice - 15 Projects to Master Python - Python Booleans

Higher Ed
This video explains Booleans, how to create conditions using the bool( ) function, talks about True values and False values. This clip is from the chapter "Boolean" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video4:16
Curated Video

Python In Practice - 15 Projects to Master Python - else Statements

Higher Ed
This video explains else statements and how to write else statements. This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on decision control...
Instructional Video3:27
Curated Video

Python In Practice - 15 Projects to Master Python - Decision Control using if statements

Higher Ed
This video explains decision control in Python, if statements, and how to write if statements. This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This section...
Instructional Video2:54
Curated Video

Python In Practice - 15 Projects to Master Python - Arguments and Parameters

Higher Ed
This video explains the difference between arguments and parameters, talks about the must arguments, and optional arguments or parameters. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to...
Instructional Video2:03
Curated Video

The Complete Python Course - While Loop

Higher Ed
Here, we will see how the while loop executes only when the condition is true. This clip is from the chapter "Python – Loops" of the series "The Complete Python Course (2022)".In this section, we will look at what a loop is in Python and...
Instructional Video4:09
Curated Video

The Complete Python Course - Recursion

Higher Ed
Learn about the recursion process, where a function calls itself for an execution. This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on functions in Python. We will...