Crash Course
Archetypes and Male Divinities: Crash Course World Mythology
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...
PBS
How Big are All Infinities Combined? (Cantor's Paradox)
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?
Crash Course
What Is God Like?: Crash Course Philosophy
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...
TED Talks
TED: To raise brave girls, encourage adventure | Caroline Paul
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...
TED Talks
Jennifer Golbeck: Your social media "likes" expose more than you think
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...
Curated Video
This is how a body is identified in a crime scene
Forensic scientists use different methods to identify a body at a crime scene. This subfield of forensic science is called body identification.
Curated Video
Disabilities Part 3: Landing a Job
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...
Curated Video
What is the Kano Model? Project, Product, or Feature Prioritisation
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Method Overriding and MRO
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Multilevel Inheritance: Part 1
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Issue in Class
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.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 1)
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.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Classes in Detail
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.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 3
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 2 Objectives
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,...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Get Methods
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Required Inputs
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Additional Input Attributes (Min, Max, Multiple, and Placeholder)
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Attributes (Size, Read-Only, Disabled)
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Form Tags
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Image Tags?
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - HTML5 Attributes
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...