Python Workshop - Scope

preview_player
Показать описание
This will teach you all about scope and give code examples. Scope prevents you from accessing all the variables in a program at all locations in that program. For Python the ability for a code to access a given name will depend on where exactly that name has been defined. Name in this case means variables, functions, objects or classes. When you can access the value of a given name from your code this will mean the name is in scope.

Check out the full guide found here:

Full Python Workshop for Beginners:

Core Electronics is located in the heart of Newcastle, Australia. We're powered by makers, for makers. Drop by if you are looking for:

Рекомендации по теме
Комментарии
Автор

I enjoy your humor. My only thought would be to add some kind of bullet point visual component for those of us who don't do well with auditory processing...

audreygreene