Instructional Video5:37
SciShow

What the World’s Smallest Tweezers Tell Us About DNA

12th - Higher Ed
DNA isn’t the simple, loose double-helix you might see in a biology textbook, so isolating single strands of it can be next to impossible. But with some simple tricks of physics, scientists came up with a special type of tweezers that...
Instructional Video1:00
Sir Linkalot

Sir Linkalot - How to spell category

K - 5th
This is not 'The Sir Linkalot show'. No, no, no. All you need to play is an imagination. No rules. No system. Nothing.
Instructional Video8:53
IDG TECHtalk

Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.

Higher Ed
Can you take a Python script and turn it into a standalone executable? Sort of! The Python compiler Cython can be used to do something like this, but it's a little trickier than it might seem. We'll explore how to do this in this video,...
Instructional Video13:28
Curated Video

Complete Modern C++ - Function Overloading

Higher Ed
This video explains function overloading and how to use it. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and for loop...