[https://www.buymeacoffee.com/cogsci] Iterator unpacking (or multiple assignment) is a powerful Python technique in which there are multiple variables on the left-hand side of assignment (like so: x, y = 1 2). Iterator unpacking is incredibly powerful, and in this video I show all the ways in which it can be used.