Hi, what do you want to do?
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
Understanding HTML Tags and Attributes
This video provides an introduction to HTML tags and attributes. It explains that HTML tags consist of a tag name enclosed in angle brackets, but attributes can also be added to provide additional information to the tag. Attributes are...
Curated Video
Market Segmentation, Targeting, & Positioning Process Explained
Firms tend to go through a whole process in order to decide how best to divide up and conquer their market. The STP Process or Segmentation, Targeting, and Positioning process is how firms systematically divde up...
Curated Video
How to Copy Appearance Attributes with Adobe Illustrator
Howcast - Learn how to copy appearance attributes with Adobe Illustrator from expert Will "Focus" Dubois in this Howcast video.
Curated Video
Beowulf completes his Danish mission
Pupil outcome: I can describe events in the second half of Chapter 5 and I can discuss how Beowulf fulfils the role of a hero. Key learning points: - Having defeated Grendel's mother, Beowulf returns to Heorot a hero. - Beowulf wants to...
Curated Video
C++: Learn the basics of Classes and Objects
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++: Learn how to use a Member Function to update Attributes of an Object
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++: Use Member Functions to update an Object's Attributes
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
CG2271: Mutex Review
In this video, we dive deeper into the behavior of a Mutex and understand how we can alter it using attributes. We also explore the use of the return value from the osMutexAcquire() kernel call.
The Business Professor
8 Attributes of Management Excellence
What are the 8 Attributes of Management Excellence? In their book In Search of Excellence, McKinsey consultants Tom Peters and Robert Waterman found 8 common themes which they argued were responsible for the success of 14 identified...
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...
The Kano model...
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.