SciShow
The Bizarre Evolution of Hemipenes (yes...hemipenes.)
Snakes have two penises (aka hemipenes) that come in a diverse array of shapes and sizes. And they could owe it all to their lack of legs.
PBS
New book ‘The Aftermath’ examines the political influence and legacy of the baby boomers
The impact of the baby boom generation is impossible to ignore. The roughly 76 million people born between 1946 and 1964 have reshaped American society at each stage of their lives. Philip Bump of The Washington Post takes a closer look...
TED-Ed
TED-Ed: The myth of Anansi, the trickster spider | Emily Zobel Marshall
Long ago, all stories belonged to Nyame, the all-seeing Sky God. But one creature, Anansi, was determined to bring the stories down to Earth. Anansi went to Nyame and requested to take ownership of the world's stories. The Sky God told...
Crash Course
The First Programming Languages: Crash Course Computer Science
So we ended last episode with programming at the hardware level with things like plugboards and huge panels of switches, but what was really needed was a more versatile way to program computers - software! For much of this series we’ve...
SciShow
Is Coding a Math Skill or a Language Skill? Neither? Both?
There are aspects of computer code that look like language and some that seem more like algebra, and since we may be headed for a future where many people will need to learn to code, researchers are interested in figuring out how exactly...
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Reconnaissance Methods
In this lesson, you will learn about footprinting, or the art of collecting information about a person or object of interest, called reconnaissance.
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 - Naming Convention
In this video, you will learn about naming conventions in Python classes and objects. You will understand the importance of following naming conventions for better code readability and maintainability. This video will cover the commonly...
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 - Create Your First Class with OOP
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Curated Video
Python
How is a python able to swallow prey larger than its own head? Biology - Animal Kingdom - Learning Points. Pythons are constrictors, which means they kill their prey by squeezing. Since snakes cannot chew or tear into their food, they...
Great Big Story
Swamp apes, veterans and python hunt in the everglades
Discover the Swamp Apes, an initiative where veterans tackle personal challenges by capturing invasive pythons in the Everglades, aiding both mental health and the environment.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Extender Tab
This video explains how to use the extender tab
Curated Video
Machine Learning: Random Forest with Python from Scratch - Sets
Our next datatype is a set, an unordered collection of iterable and mutable data. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Lists
We shall look at the following datatype: lists, mutable (changeable) after creation. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Hello World
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Outliers
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Let's Introduce Machine Learning
This brief video outlines machine learning, its importance, and how it can be used in various applications to make life easier. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dictionaries
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Numbers
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Introduction to Data Types
This video introduces us to Python's six data types: numbers, strings, lists, dictionaries, tuples, and sets. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Course Overview
This video will introduce you to Python, machine learning, and Random Forest and discuss the live implementations, quizzes, and projects. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Motivation for the Course
This lecture provides an overview of the benefits of enrolling in this course. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with Python from Scratch©".This section briefly...