Hi, what do you want to do?
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...
Science Buddies
Social Media's Impact on Mental Health
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/>
Bizarre Beasts
Not Everything in Australia Wants to Kill You
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...
Curated Video
Cisco CCNA 200-301: The Complete Guide to Getting Certified - Python, Git, GitHub and CI-CD
In this video, learn the basics of Python programming and how Git and CI-CD (Continuous Integration/Continuous Delivery) support network automation.
Curated Video
Cisco CCNA 200-301: The Complete Guide to Getting Certified - Introduction-The concepts of network automation and programmability
In this video, we introduce the concepts of network automation and programmability, key technologies transforming modern network management.
Curated Video
Basics of Chatbots with Machine Learning & Python - Module Introduction-Preparing and developing the conversational chatbot project using the NLTK library
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.
Curated Video
Basics of Chatbots with Machine Learning & Python - Rule-Based Chatbots-The steps in developing rule-based chatbots
This video overviews the steps in developing rule-based chatbots, including installing the package, inputting data, adding word tokens, lemmatizing, and response generation.
Professor Dave Explains
Numerical Methods for Solving Differential Equations
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...
Curated Video
Python Lesson1: Intro to Colab
Let's get started with coding in Python! In this first video, we are looking into setting up the Google Colab environment. Have Fun!
Curated Video
Python Lesson2: Variables
Learn the concept of variables and how to use them correctly in your code.
Curated Video
MATLAB Programming Tutorials | Loops, Arrays, Classes, Control Statements & More
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....
Curated Video
Python Assignment 4
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...
Curated Video
Python Assignment 5
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...
Curated Video
Python Lesson16
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.
Curated Video
Python Lesson18
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?
Curated Video
Python Lesson19
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.
Curated Video
Python Assignment 7
In this assignment, you will learn how to search for the index of multiple instances of a subset in a string.
Curated Video
Python Assignment 8
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!