Instructional Video7:31
TLDR News

Does Johnson Hate London? Transport For London's £1 Billion Bail Out Explained - TLDR News

12th - Higher Ed
Yesterday a £1 Billion bailout for Transport for London was finally agreed, supporting the struggling transport network through continued COVID restrictions. The fight to get the funding is interesting, but maybe more interesting is what...
Instructional Video12:48
JJ Medicine

Rheumatoid Arthritis (RA) Signs & Symptoms (& Associated Complications)

Higher Ed
Rheumatoid Arthritis (RA) is a chronic autoimmune condition involving inflammatory polyarthritis and other extra-articular manifestations. In this lesson, we discuss the signs and symptoms of RA, including hallmark clinical findings,...
Instructional Video9:17
JJ Medicine

Reactive Arthritis & Reiter’s Syndrome | Causes, Signs & Symptoms, Diagnosis, Treatment

Higher Ed
Reactive Arthritis & Reiter’s Syndrome | Causes, Signs & Symptoms, Diagnosis, Treatment Reactive arthritis is a seronegative spondyloarthropathy that occurs after a bacterial infection. It is an immune-mediated condition involving...
Instructional Video7:11
Curated Video

Julia for Data Science (Video 9)

Higher Ed
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Instructional Video3:12
ShortCutsTv

Mann Whitney U Test

Higher Ed
How to calculate and apply the Mann Whitney U Test to a contemporary psychological hypothesis - will males score higher on an aggression questionnaire than females?
Instructional Video7:19
Packt

Static versus Dynamic Array - Common Operations – Part 3

Higher Ed
This is the third part of the three-part video that highlights the difference between static and dynamic array. This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The Complete...
Instructional Video3:07
Curated Video

Develop a computer program to solve a problem using control structures : While Loops

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: While Loops
Instructional Video8:44
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Introduction to Trees and Binary Search Trees

Higher Ed
Delete scenario 2 - deleting nodes with 1 child node This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video8:22
Let's Tute

Microsoft Excel Function: Structure, Operators, and Examples

9th - Higher Ed
In this Microsoft Excel tutorial, we learn about the structure of Excel functions, including the use of equal sign, function names, opening and closing brackets, and arguments separated by commas. We also explore operators such as...
Instructional Video45:00
SWPictures

SURVIVAL: The Deadliest Disease

12th - Higher Ed
Sleeping Sickness is the deadliest disease in the world. The Democratic Republic of Congo suffers more cases than any other country. Without treatment, parasites called trypanosomes invade the victim’s brain, ravage their sleep cycle,...
Instructional Video5:29
Barcroft Media

The Woman Who Constantly Smells Of Fish: BORN DIFFERENT

Higher Ed
A WOMAN suffering with an extremely rare condition means she constantly smells like FISH. Kelly Fidoe-White, from Oldham, Greater Manchester, has lived her entire life with Trimethylaminuria - a disorder more commonly known as...
Instructional Video1:46
Brian McLogan

Learn how to determine the paticular solution with the given condition

12th - Higher Ed
👉 Learn how to find the particular solution to the integral of a function. The integral, also called antiderivative, of a function, is the reverse process of differentiation. Integral of a function can be evaluated as indefinite integral...
Instructional Video10:02
JJ Medicine

Anemia of Chronic Disease | Causes, Pathophysiology, Signs & Symptoms, Diagnosis, Treatment

Higher Ed
Anemia of Chronic Disease | Causes, Pathophysiology, Signs & Symptoms, Diagnosis, Treatment Anemia of Chronic Disease is a hematological condition involving low levels of hemoglobin (red blood cells) due to chronic inflammation from a...
Instructional Video3:26
SWPictures

Medical Detection Dogs: How Dogs Can Save Lives of Diabetic Patients

12th - Higher Ed
This video showcases the amazing abilities of medical detection dogs like Billy, who has been trained to alert his owner Beth when her blood sugar is at a dangerous level due to her diabetes. The use of these dogs could significantly...
Instructional Video4:14
Curated Video

Drawing Shapes with Multiple Conditions

K - 5th
In this lesson, students will learn how to create shapes using multiple conditions. They will review key terms such as congruent, parallel, right angle, and quadrilateral. Through examples and step-by-step instructions, they will...
Instructional Video7:49
Barcroft Media

Model With Albinism Inspires Kids With Condition | BORN DIFFERENT

Higher Ed
UNITED KINGDOM - A MODEL with albinism is using his confidence to help children with the condition feel comfortable in their skin. Growing up most teenagers want to blend in with their peers, however for 22-year-old Leo Jonah this was...
Instructional Video16:40
Curated Video

Evaluate two sorting or two search algorithms : Bubble sort implementation

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the bubble sort algorithm step by step
Instructional Video17:52
Curated Video

C++ Developer - Repetition Control Statements

Higher Ed
This video explains the repetition control statements. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video8:03
Barcroft Media

My Dwarfism Is One In A Million

Higher Ed
WILMINGTON - NOVEMBER 15: AN 11-year-old boy with a rare form of dwarfism is one-in-a-million. Levi Krystosek, 11, has a rare form of dwarfism called Jansen's Metaphysical Chondrodysplasia, which affects the growth of bones and causes...
Instructional Video6:02
Barcroft Media

Neurofibromatosis Leaves Mum's Body Covered In Lumps: BORN DIFFERENT

Higher Ed
MUM-OF-FOUR Rachael Reynolds spends each morning getting her children ready for the day ahead, but her severe skin condition leaves her brimming with anxiety each time she leaves the house to do the school run. Rachael, 41, from...
Instructional Video6:29
Curated Video

Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators

Higher Ed
Introduce various control flows and conditional operators. • Two slides to introduce the concepts • A coding example to showcase control flows • Improve the code with the use of switch-case and for loops
Instructional Video4:28
Fun Robotics

Loops in Python

Higher Ed
Defining different types of loops in Python programming
Instructional Video12:01
Curated Video

Develop a computer program to solve a problem using a sequence of instructions : If Statements

Higher Ed
From the section: JavaScript Basics: Variables and Flow Control. In this section, we’ll learn about the basics of JavaScript. In this video, you’ll learn how to use if statements. These will let you conditionally run JavaScript code.
Instructional Video5:48
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - O(nlog(n)) performance and algorithm prerequisites

Higher Ed
Build a countdown timer using recursion This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...