Python Basics: Variable Scope

preview_player
Показать описание
Alan D Moore gives you a brief explanation of variable scope in Python, and how beginners can get tripped up when working with functions.
Рекомендации по теме
Комментарии
Автор

Magnificent! Clearly explained. Thank you!

monagulapa
Автор

So much knowledge... and these are just the basics... I'm 44 years old and I want to retrain, I wonder if I'm trying to retire. The problem is that 80% of these important things are missed. That's why we make loops of learning the basics for ourselves. It would be nice if this loop was for not while True.

Unionleto
Автор

I think if you've programmed in other (older languages like C, C++, VB) languages BEFORE Python, the "scope" and "namespace" concepts (in Python) are pretty intuitive.

johnnytoobad