Instructional Video1:18
Curated Video

Only In Brazil 15 - Brazil Letters Service

9th - Higher Ed
Brazil Letters Service:A small office in a Rio de Janeiro railway station provides illiterate Brazilians with a free personalized letter-writing service, fostering communication and community support.
Instructional Video6:02
Curated Video

Super Summary

K - 8th
“Super Summary” explores the characteristics of a summary.
Instructional Video8:27
Curated Video

Protein types, functions and examples with my flashcard notes

9th - Higher Ed
Proteins are macromolecules that we find in every living organism. Learning their types, functions and examples in biology can be a daunting task. So, in this video, I will be sharing a fun way to learn this topic using flashcard notes.
Instructional Video10:04
ATHS Engineering

Mechanical Advantage Practice Part 2: AMA and Efficiency

9th - Higher Ed
In this video we review some practice problems about Actual Mechanical Advantage and Efficiency. This video is intended for Engineering students at Arsenal Tech HS.
Instructional Video8:13
Curated Video

Who Gets the Best Answers? The Wisdom of Crowds

10th - Higher Ed
There aren't many books I recommend unreservedly to professional and business people I work with. But the Wisdom of Crowds is one of them. So, Who does Get the Best Answers? It turns out it isn't anyone. It's certainly not the expert....
Instructional Video6:13
Curated Video

5 Tips for Better Meetings

10th - Higher Ed
You're a Project Manager. So, I can predict one thing with confidence... You spend a lot of time in meetings. This means that anything you can do to have better meetings is a worthwhile change. So, perhaps you need to think about how...
Instructional Video5:47
Curated Video

What is an Exception Report? ...and How to Prepare One. And what's an Exception?

10th - Higher Ed
An Exception report is issued when something exceptional happens (an Exception), and they document the incident and how it is to be handled. As a result, time is of the essence. The contents of an Exception report are typically: • The...
Instructional Video5:04
Curated Video

Project Management in Under 5: What is a Gantt Chart?

10th - Higher Ed
The Gantt Chart is pretty much the poster-child for Project Management. When most people think of project management, it's a Gantt Chart they see in their mind's eye. So, what is a Gantt Chart? ...and who invented it?
Instructional Video8:00
Curated Video

Where do Ideas Come From? 5 Ways to Get Creative

10th - Higher Ed
Where do ideas come from? Creativity and innovation are a little mysterious. But they are important for anyone who works on a project management environment. So, in this video, I will share my thoughts on where ideas come from. And I'll...
Instructional Video6:14
Curated Video

Just Sayin' - Simple Truths about Project Management

10th - Higher Ed
Just Sayin' - wit and wisdom that yields a few simple truths about project management. This short video aims to give you amusement and insight in equal measure. It contains a few simple truth about project management, expressed as pithy...
Instructional Video9:05
Instructional Video10:58
Instructional Video6:06
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Introduction to Stylometry

Higher Ed
This video illustrates an application called Stylometry, which can determine if an anonymous document may or may not have been written by us.
Instructional Video7:53
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Operator Overloading

Higher Ed
In this video, you will learn about operator overloading in Python, which allows you to redefine the behavior of operators for custom classes. You will learn how to implement operator overloading to make your classes more powerful and...
Instructional Video9:43
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Dunder Methods or Magic Methods

Higher Ed
In this video, you will dive into dunder (double underscore) methods or magic methods in Python. You will learn how these special methods allow you to customize the behavior of classes and objects and gain a deep understanding of their...
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:35
Curated Video

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

Higher Ed
In this video, you will explore advanced object techniques in Python, such as using class variables in conjunction with objects to create powerful and dynamic OOP structures.
Instructional Video7:37
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Multiple Inheritance: Part 2

Higher Ed
Continuing from the previous video, this video will cover multiple inheritance in Python, which allows a class to inherit from more than one parent class. You will learn about the method resolution order (MRO) and how to handle conflicts...
Instructional Video8:15
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance

Higher Ed
Building upon the previous video, this video will introduce you to the concept of inheritance in Python. You will learn how to create and use subclasses that inherit attributes and methods from a parent class. This video will cover the...
Instructional Video6:44
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)

Higher Ed
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Instructional Video4:40
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Static Method

Higher Ed
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Instructional Video5:18
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)

Higher Ed
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Instructional Video6:08
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 1)

Higher Ed
In this video, you will dive into the concept of class methods in Python. You will learn how to define and use class methods, which are methods that are bound to the class and not the instance of the class. This video will cover the...
Instructional Video4:41
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Variables

Higher Ed
In this video, you will learn about class variables, which are shared by all instances of a class. You will understand how to define and use class variables, and how they differ from instance variables. This video will provide a...