Instructional Video8:07
Crash Course

The Impacts of Social Class: Crash Course Sociology

12th - Higher Ed
This week we are building on last week’s outline of American stratification to explore how class differences affect people’s daily lives. We’ll explore variations in everything from values & beliefs to health outcomes, and look at how...
Instructional Video11:36
Crash Course

Race, Class, and Gender in To Kill a Mockingbird: Crash Course Literature 211

12th - Higher Ed
In which John Green teaches you MORE about To Kill a Mockingbird. In this installment, John teaches you about race, class, and gender in the American south, as seen through the eyes of Scout and Harper Lee. John will talk about how Scout...
Instructional Video4:15
PBS

A Visit to Mr. Monfre's Class

12th - Higher Ed
Every week, Mr. Monfre's class in Milwaukee, Wisconsin watches Idea Channel, has a great discussion and posts an awesome comment. We were lucky enough to surprise them with a visit to their classroom!!! So come watch as Mike meets the...
Instructional Video6:09
Bozeman Science

Catalyst Classes

12th - Higher Ed
In this video Paul Andersen explains how the three types of catalyst classes act to speed up reactions. Acid-base catalysts either add or remove a proton from one of the reactants. Surface catalysts provide active sites where reactants...
Instructional Video1:08
TED-Ed

TED-Ed: Ode to the Only Black Kid in the Class by Clint Smith

Pre-K - Higher Ed
An animated interpretation of Clint Smith's poem "Ode to the Only Black Kid in the Class"
Instructional Video10:48
APMonitor

Java ☕ Classes and Objects

10th - Higher Ed
One of the biggest advancements in programming in the last few decades is called object oriented programming. Many of the most used programming languages today, including Java, are object oriented. This means that programmers...
Instructional Video8:03
Tom Nicholas

Social Class - WTF? Introduction to Bourdieu and Marx on class

12th - Higher Ed
In today's What the Theory?, I take a look social class looking at both Karl Marx's theory of class as well as Pierre Bourdieu, cultural capital and more societally rooted approaches to class in the twenty-first...
Instructional Video6:50
Curated Video

Python - Object-Oriented Programming - Class Attribute Versus Object Attribute

Higher Ed
In this video, you will learn about a class attribute, which is a property of a class. You learn about instance attributes. We will differentiate between instance attributes and class attributes and define class attributes.
<
br/>...
Instructional Video8:06
Brian McLogan

Should you drop your math class?

12th - Higher Ed
Once the school year begins it is very important to know where you stand and if you should continue or drop your math class. In this video we will explore those options so you can determine what will be best for you.



⭐️ Why...
Instructional Video6:56
Curated Video

MHC Class I and Class II Structure: Function and Difference

9th - Higher Ed
The Major Histocompatibility Complex (MHC) is a tightly linked gene cluster encoding cell surface molecules essential for antigen presentation and tissue graft rejection, known as histocompatibility antigens. In humans (HLA complex on...
Instructional Video9:08
Curated Video

Python - Object-Oriented Programming - Different Methods Inside the Class Part 2: Use Cases

Higher Ed
In this video, we will use the other two methods, namely the class and static methods. We will code classes and look at the attributes of these classes with examples.
<
br/>
This clip is from the chapter "Class Level Versus Object...
Instructional Video10:35
Curated Video

Python - Object-Oriented Programming - Different Methods Inside the Class

Higher Ed
Here, we will look at methods in detail, such as instance, class, and static. We will create a simple class and differentiate between the three methods.
<
br/>
This clip is from the chapter "Class Level Versus Object Level" of the...
Instructional Video4:49
Ti & Me TV

What Happens At Your First Dance Class I What To Expect, Wear, and Pack @MissAuti

K - 5th
YAS YAS YAS. Time to dance babehs. For those of curious of what happens at a dance class, this is your moment to shine. We are talking what to pack in your dance bag, what to expect from a dance class, what to do once you're in the...
Instructional Video8:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Classes and Objects - Classes - Inheritence

Higher Ed
After learning about classes and how to create our own class to create an object, we will now look at inheriting the attributes from one class to another.
<
br/>
This clip is from the chapter "Classes" of the series "The Ultimate...
Instructional Video5:17
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Object Attributes - Classes - Cart Class

Higher Ed
In the previous lesson, we created our object and class; now, we will look at creating the cart class, which is useful for storing the objects that we have created.Â
<
br/>
This clip is from the chapter "Classes" of the series "The...
Instructional Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 12 - Nested Classes - Inner Class Versus Static Nested Class

Higher Ed
In this session, we will learn about nested classes - inner class versus static nested class.
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video3:02
NASA

NASA | X-Class: A Guide to Solar Flares

3rd - 11th
Flares happen when the powerful magnetic fields in and around the sun reconnect. They're usually associated with active regions, often seen as sun spots, where the magnetic fields are strongest. Flares are classified according to...
Instructional Video13:41
Zach Star

What Math Classes Do Engineers (and Physics Majors) Take?

12th - Higher Ed
This is a more technical video that describes the calculus classes you will take as an engineering (and physics major) in undergrad.



Regardless of what type of engineering discipline you choose, you will take mostly...
Instructional Video6:37
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Wrapper Class, Autoboxing and Unboxing

Higher Ed
In this video, we will discover wrapper classes, which provide a way to work with primitive data types as objects. This video will explain autoboxing and unboxing, which enables automatic conversion between primitive types and their...
Instructional Video7:34
Curated Video

Modern JavaScript from the Beginning - Second Edition - Classes

Higher Ed
In this video, you will learn about the basics of classes in JavaScript, including how to create classes, instantiate objects from classes, and use constructors to pass arguments to class methods.
<
br/>
This clip is from the...
Instructional Video1:59
Curated Video

Arduino OOP - Introduction - LEDBlinker - Use a Class Inside Another Class

Higher Ed
In this video, we will have a quick section introduction.
<
br/>
This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will cover...
Instructional Video6:21
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Class Methods

Higher Ed
Class methods let you perform some kind super advanced crazy type of logic in a class. Actually, I lied. A method in Python is basically just a function inside of a class. But it always takes at least one argument.
r/>
This...
Instructional Video3:24
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Classes and Objects - Classes

Higher Ed
In this video, we will know that classes are generally templates for creating objects, and also explain how to create our own class to create an object.
<
br/>
This clip is from the chapter "Classes" of the series "The Ultimate...
Instructional Video5:59
Curated Video

Multi-Paradigm Programming with Modern C++ - Class and Structs

Higher Ed
What is the difference between struct and class, and which one to use? What’s an invariant and why is it important? Where to put error checking code?

• Struct versus class: Which one to
use?
• Class invariants
by...

Other popular searches