Curated Video
Only In Brazil 15 - Brazil Letters Service
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.
Curated Video
Protein types, functions and examples with my flashcard notes
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.
ATHS Engineering
Mechanical Advantage Practice Part 2: AMA and Efficiency
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.
Curated Video
Who Gets the Best Answers? The Wisdom of Crowds
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....
Curated Video
5 Tips for Better Meetings
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...
Curated Video
What is an Exception Report? ...and How to Prepare One. And what's an Exception?
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...
Curated Video
Project Management in Under 5: What is a Gantt Chart?
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?
Curated Video
Where do Ideas Come From? 5 Ways to Get Creative
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...
Curated Video
Just Sayin' - Simple Truths about Project Management
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...
Curated Video
Java Multithreading and Parallel Programming Masterclass - The Volatile Keyword
This video explains about the Volatile keyword.
Curated Video
Java Multithreading and Parallel Programming Masterclass - What Are Read/Write locks and Spin Locks?
This video explains about read/write locks and spin locks.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Introduction to Stylometry
This video illustrates an application called Stylometry, which can determine if an anonymous document may or may not have been written by us.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Operator Overloading
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Dunder Methods or Magic Methods
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...
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 - Object Techniques + Class Variables (Part 2)
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.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Multiple Inheritance: Part 2
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Static Method
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....
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)
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.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 1)
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...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Variables
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...