Instructional Video9:06
SciShow

The Bizarre Evolution of Hemipenes (yes...hemipenes.)

12th - Higher Ed
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.
News Clip7:39
PBS

New book ‘The Aftermath’ examines the political influence and legacy of the baby boomers

12th - Higher Ed
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...
Instructional Video16:50
3Blue1Brown

Hamming codes part 2, the elegance of it all

12th - Higher Ed
How to implement Hamming Codes with xors
Instructional Video4:17
TED-Ed

TED-Ed: The myth of Anansi, the trickster spider | Emily Zobel Marshall

Pre-K - Higher Ed
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...
Instructional Video10:31
Crash Course

The First Programming Languages: Crash Course Computer Science

12th - Higher Ed
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...
Instructional Video4:56
SciShow

Is Coding a Math Skill or a Language Skill? Neither? Both?

12th - Higher Ed
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...
Instructional Video13:26
Science Buddies

Social Media's Impact on Mental Health

K - 5th
This video shows you how to create a Random Forest model to determine the factors that have the strongest impact on youth mental health scores. <br/>
Instructional Video12:01
Bizarre Beasts

Not Everything in Australia Wants to Kill You

Pre-K - Higher Ed
Not everything in Australia wants to kill you. Australia is home to 25 species of dangerously venomous snakes, but, as frightening as their venom may be, plenty of those snakes have a much softer side than their reputation lets on. In...
Instructional Video6:04
Curated Video

Cisco CCNA 200-301: The Complete Guide to Getting Certified - Python, Git, GitHub and CI-CD

Higher Ed
In this video, learn the basics of Python programming and how Git and CI-CD (Continuous Integration/Continuous Delivery) support network automation.
Instructional Video2:36
Curated Video

Cisco CCNA 200-301: The Complete Guide to Getting Certified - Introduction-The concepts of network automation and programmability

Higher Ed
In this video, we introduce the concepts of network automation and programmability, key technologies transforming modern network management.
Instructional Video3:13
Curated Video

Basics of Chatbots with Machine Learning & Python - Module Introduction-Preparing and developing the conversational chatbot project using the NLTK library

Higher Ed
This is a brief introductory video regarding the concepts learned in this module, including preparing and developing the conversational chatbot project using the NLTK library.
Instructional Video1:31
Curated Video

Basics of Chatbots with Machine Learning & Python - Rule-Based Chatbots-The steps in developing rule-based chatbots

Higher Ed
This video overviews the steps in developing rule-based chatbots, including installing the package, inputting data, adding word tokens, lemmatizing, and response generation.
Instructional Video7:58
Professor Dave Explains

Numerical Methods for Solving Differential Equations

9th - Higher Ed
Solving differential equations can get pretty tricky, but in this modern age we have some tools that can be very useful. We can use computers to carry out sophisticated numerical methods that can solve any differential equation, no...
Instructional Video3:10
Curated Video

Recursion in Python!

9th - Higher Ed
Understand the basic concepts of Recursion in Python!
Instructional Video7:26
Curated Video

Python Lesson1: Intro to Colab

9th - Higher Ed
Let's get started with coding in Python! In this first video, we are looking into setting up the Google Colab environment. Have Fun!
Instructional Video7:40
Curated Video

Python Lesson2: Variables

9th - Higher Ed
Learn the concept of variables and how to use them correctly in your code.
Instructional Video7:38
Curated Video

MATLAB Programming Tutorials | Loops, Arrays, Classes, Control Statements & More

9th - Higher Ed
Welcome to our MATLAB Programming Tutorial series! These videos are designed to take you from beginner to advanced concepts in MATLAB, one of the most popular software platforms for engineering, data science, and mathematical computing....
Instructional Video10:20
Curated Video

Python Assignment 4

9th - Higher Ed
In this video we discuss the Assignment 4 Question: Create a Loop that will run for THREE times. Each time the loop runs, get input from the user. Inform the user if the number entered was an Even or Odd Number. This question reviews the...
Instructional Video5:56
Curated Video

Python Assignment 5

9th - Higher Ed
In this assignment, you are required to do the following: Prompt the user to enter the number of stars to be printed. Once the value is obtained, print a square of "stars" with each row and each column having the number of stars entered...
Instructional Video9:24
Curated Video

Python Lesson16

9th - Higher Ed
In this lesson, we explore Strings. We first understand how to calculate the length of a string. We then concatenate strings together. After that, we see how we can extract subsets of a string.
Instructional Video6:11
Curated Video

Python Lesson18

9th - Higher Ed
In this lesson, we learn how to use the find function to search for subsets in a string. We also look at how to replace subsets in a string. Ready to be a Python Expert?
Instructional Video7:35
Curated Video

Python Lesson19

9th - Higher Ed
Now we look at the title(), upper() and lower() functions that we can use for strings. Learn how to check for the case of a string and do conversions between the different cases.
Instructional Video8:28
Curated Video

Python Assignment 7

9th - Higher Ed
In this assignment, you will learn how to search for the index of multiple instances of a subset in a string.
Instructional Video12:46
Curated Video

Python Assignment 8

9th - Higher Ed
This is a Number Guessing Game! Prompt the user to enter a number within the range and keep giving hints to help the player get the correct answer! A great way to revise all your basic Python concepts!