Explaining coding with street slang from @arrionknight

The creator teaches a Python programming concept by using an extended metaphor of adding a 'binary trigger' to a 'baby Draco' (a firearm). He explains coding terms like arrays, loops, and the pop() function by relating them to a gun's magazine, bullets, and firing mechanism, while simultaneously writing and running the code on screen.

Creator: @arrionknight on Instagram

Transcript

I'm finna teach you how to put a binary trigger on the baby Draco in Python. Alright, twin. So the first thing we're gonna do, we're gonna import time because it takes time to pull the trigger. Now we get our mag, and we load it with how much ammo we got. But this mag is also called an array. We use our array to store our bullets or our data. It's about that time to unload the mag. So how a binary trigger worse, you pull, you release. So so now we're gonna create a while loop. What this y loop i

Topics: Tech, Education

817,332 views