Ever wondered why creating global variables is so tricky? Why does it seem like changing variables just works sometimes but other times it doesn't?
We'll answer those questions and a couple others in this chat on how Python's variable scope rules.
We'll talk about local and global scope as well as the less obvious enclosing and builtin scopes.