TED-Ed
TED-Ed: Can we create the "perfect" farm? | Brent Loken
About 10,000 years ago, humans began to farm. This agricultural revolution was a turning point in our history and enabled the existence of civilization. Today, nearly 40 percent of our planet is farmland. Spread all over the world, these...
SciShow
A New Way to Find Planets!
For the first time, astronomers have detected the light coming from an exoplanet. SciShow Space News explains how they did it, and why it was so difficult in the first place.
Crash Course
YouTube Couldn't Exist Without Communications & Signal Processing: Crash Course Engineering #42
Engineering helped make this video possible. This week we’ll look at how it’s possible for you to watch this video with the fundamentals of signal processing. We’ll explore things from Morse Code, to problems like bandwidth capacity and...
SciShow
The How, Why, and How Much of Oil
Everyone does it -- using oil, that is. But how much do we have left? How do scientists find it? And where are they looking for it now that the easiest pickings have been taken? Hank has the answers to the how, why and how much of oil....
SciShow
Can Seawater Fix California's Drought?
How do we make seawater drinkable? And can that technology save California?!
TED-Ed
TED-Ed: Could underwater farms help fight climate change? - Ayana Elizabeth Johnson and Megan Davis
Dive into the world of aquaculture and see how restorative ocean farming could play a vital role in helping our coastal communities, our oceans and our climate. -- For billions of people, seafood provides a significant source of protein...
SciShow
What Happens If You Use Your Feces as Fertilizer?
Being able to use human feces as fertilizer could be really helpful for human colonies on other planets. It could also be useful for human colonies on THIS planet! And who doesn’t love recycling!?
SciShow
4 Ways to Date an Archaeological Site
From wasps nests to nuclear reactors. Here are just a few clever ways archeologists figure out how old something is.
Let's Tute
Primary market and Secondary market, Investors,Issuers,Investories
In this session you will learn about investors and Security markets This session covered all the topics like what is primary market, Bonus issues, Secondary market and why secondary market is important?, Who are the players in the...
Curated Video
Assisted Reproductive Technologies: Exploring Methods and Options for Conception
This video explores the miracles of Assisted Reproductive Technologies (ART) and the various methods and technologies available to help individuals and couples overcome infertility. From in vitro fertilization to third-party ART, the...
Curated Video
Project Management Attitudes 101 - The 10 Ways a Great Project Manager Thinks
Effective Project Management has three components. The first two are the topics of most articles, training, videos, and books. First is systems, processes, and methodologies. Second is tools, skills, and methods. The third component is...
Curated Video
Top 7 Leadership Tools and Methods for Team and Project Leaders
There is a wealth of great leadership tools and ideas that you can apply to your professional practice. Let's look at seven of them. 1. Get people to Honor Commitments Play to their conscience: Use "the Jiminy Cricket effect". 2....
Curated Video
PMBOK 7: Top 10 Things to Know about the 7th Edition of the Project Management Body of Knowledge
PMBOK 7 is the 7th edition of the Project Management Institute’s Guide to the Project Management Body of Knowledge. Here are my top 10 things you need to know about it.
Curated Video
How to Assess Organizational Culture
Before embarking on any culture change, maybe you’ll want to assess the existing organizational culture first. For a whole course on Organizational Culture, hop over to our sister channel, Management Courses, and check out the full...
Curated Video
How does Project Management Work?
How does Project Management Work? Project Management is great, but... How Does It Work? We know it does - and Project Management has been working stunningly well for thousands of years. Have you ever had one of those questions that...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Creating Thread Pools with Executors
This video helps in creating thread pools with Executors.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Array Processing with Phasers
This video explains parallel array processing with phasers.
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 - 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 - Abstraction and Encapsulation
In this video, you will learn about abstraction and encapsulation, two important principles of OOP. You will understand how abstraction allows you to hide complex details and expose only the essential features of a class, and how...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 1)
In this video, you will apply what you have learned about static methods through a practical exercise. You will be given a problem statement and will learn how to design and implement static methods to solve the problem. This exercise...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Introduction to Object-Oriented Programming
In this video, you will learn the basics of object-oriented programming. You will understand the concept of objects and classes, and this video will provide a comprehensive overview of OOP in Python and its advantages.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - isinstance() and issubclass()
In this video, you will learn about the isinstance() and issubclass() built-in functions in Python, which are used to determine object types and class relationships, respectively. You will understand how to use these functions to check...