Instructional Video11:45
Crash Course

Archetypes and Male Divinities: Crash Course World Mythology

12th - Higher Ed
This week on Crash Course Mythology, Mike is teaching you about the archetypes that are often associated with male divinities. We're going to talk about Fathers & Sons, Kings & Judges, Saviors & Sages, Shamans, Tricksters, and Lords of...
Instructional Video15:33
PBS

How Big are All Infinities Combined? (Cantor's Paradox)

12th - Higher Ed
Infinities come in different sizes. There's a whole tower of progressively larger "sizes of infinity". So what's the right way to describe the size of the whole tower?
Instructional Video9:39
Crash Course

What Is God Like?: Crash Course Philosophy

12th - Higher Ed
Today we are moving on from the existence of God to look at the philosophical debate surrounding the traditional divine attributes - omnipotence, omniscience, omnitemporality, and omnibenevolence. We are exploring the puzzles that these...
Instructional Video12:41
TED Talks

TED: To raise brave girls, encourage adventure | Caroline Paul

12th - Higher Ed
Gutsy girls skateboard, climb trees, clamber around, fall down, scrape their knees, get right back up -- and grow up to be brave women. Learn how to spark a little productive risk-taking and raise confident girls with stories and advice...
Instructional Video9:56
TED Talks

Jennifer Golbeck: Your social media "likes" expose more than you think

12th - Higher Ed
Do you like curly fries? Have you Liked them on Facebook? Watch this talk to find out the surprising things Facebook (and others) can guess about you from your random Likes and Shares. Computer scientist Jennifer Golbeck explains how...
Instructional Video12:00
Curated Video

This is how a body is identified in a crime scene

9th - Higher Ed
Forensic scientists use different methods to identify a body at a crime scene. This subfield of forensic science is called body identification.
Instructional Video4:08
Curated Video

Disabilities Part 3: Landing a Job

9th - Higher Ed
In the final part of our three-part series on disabilities in the workplace, Lou Orslene of the Job Accommodation Network helps us put all the pieces together for the ultimate goal: landing a job! Ultimately, Lou encourages anyone with a...
Instructional Video7:41
Curated Video

What is the Kano Model? Project, Product, or Feature Prioritisation

10th - Higher Ed
The more I give you, the happier you are. That’s the essence of the Kano Model. But it’s starting to be talked about a lot in Project Management circles, so what is the Kano Model? The Kano model is a prioritization model. It helps you...
Instructional Video10:32
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python

Higher Ed
In this video, you will explore name mangling in Python, a technique to change class attribute names to avoid conflicts. You will learn how to create private attributes using name mangling and understand the rules and conventions...
Instructional Video9:24
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Method Overriding and MRO

Higher Ed
In this video, you will learn about method overriding, which allows a subclass to provide a new implementation of a method inherited from a parent class. You will also understand the concept of method resolution order (MRO), which...
Instructional Video8:28
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Multilevel Inheritance: Part 1

Higher Ed
In this video, you will explore the concept of multilevel inheritance in Python. You will learn how to create classes that inherit from multiple levels of parent classes, allowing for a more complex class hierarchy. This video will...
Instructional Video8:15
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Issue in Class

Higher Ed
In this video, you will continue our exploration of object techniques in Python OOP, focusing on more advanced usage of class variables, including class methods and inheritance.
Instructional Video3:41
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 1)

Higher Ed
In this video, you will dive into an exercise on class variables, where you will practice creating and manipulating class variables to understand their behavior and usage in OOP.
Instructional Video8:06
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class

Higher Ed
In this video, you will apply what you have learned about classes through a practical exercise. You will be given a problem statement and will learn how to design and implement a class to solve the problem. This exercise will help you...
Instructional Video7:01
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Classes in Detail

Higher Ed
In this video, you will take an in-depth look at classes in Python, including their structure, usage, and benefits. You will also explore the importance of __init__ and self in class code, using practical examples for better understanding.
Instructional Video10:29
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 3

Higher Ed
In this video, we will work on the transaction class and add reporting to our ATM system. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case...
Instructional Video7:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 2 Objectives

Higher Ed
In this video, we will cover the learning objective of this module. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Instructional Video5:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Get Methods

Higher Ed
In this video, we will discover various DOM methods to retrieve elements from the webpage, which include getElementById, getElementsByClassName, getElementsByTagName, and querySelector. You will learn to use these methods effectively to...
Instructional Video1:10
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Required Inputs

Higher Ed
In this video, we will understand the importance of making certain form inputs required. You will learn to use the "required" attribute to ensure that users provide necessary information before submitting the form.
Instructional Video4:18
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Additional Input Attributes (Min, Max, Multiple, and Placeholder)

Higher Ed
In this video, we will explore additional input attributes to add validation and improve user experience. You will learn to set minimum and maximum values, allow multiple selections, and provide placeholder text.
Instructional Video2:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Attributes (Size, Read-Only, Disabled)

Higher Ed
In this video, we will discover various attributes that can be applied to input fields to modify their behavior and appearance. You will learn to control the size of input fields, make them read-only or disabled, and more.
Instructional Video6:25
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Form Tags

Higher Ed
In this video, you will learn to create HTML forms using the form tags. We will understand the role of form elements, such as input fields, checkboxes, radio buttons, and buttons, in collecting user input.
Instructional Video5:47
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Image Tags?

Higher Ed
In this video, we will discover image tags and their role in displaying images on webpages. Explore attributes such as src, alt, width, and height to control the source, alternative text, and size of the images.
Instructional Video2:00
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - HTML5 Attributes

Higher Ed
In this video, you will learn about HTML5 attributes and how they enhance the functionality and behavior of HTML elements. We will discover commonly used attributes such as id, class, src, href, and more to customize and control the...