Understanding Python: Variables

4 years ago
2

In this video, I go over variables. Included in the lesson are good and bad naming practices, illegal variable naming rules, and scope. With scope, I introduce two keywords: global and nonlocal.
As always, if you have any questions or suggestions for future videos, please leave a comment down below.

Source: https://github.com/JacobCallahan/Understanding/tree/master/Python/variables

Loading comments...