SciShow
What the World’s Smallest Tweezers Tell Us About DNA
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...
Sir Linkalot
Sir Linkalot - How to spell category
This is not 'The Sir Linkalot show'. No, no, no. All you need to play is an imagination. No rules. No system. Nothing.
IDG TECHtalk
Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.
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,...
Curated Video
Complete Modern C++ - Function Overloading
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...