Python Workshop - Scope
Core Electronics 8:09
984 views · 31 likes Watch on YouTube ↗
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:
https://core-electronics.com.au/tutorials/python-scope.html
Full Python Workshop for Beginners:
https://core-electronics.com.au/tutorials/python-workshop.html
Core Electronics is located in the heart of Newcastle, Australia. We're powered by makers, for makers. Drop by if you are looking for:
Raspberry Pi: https://core-electronics.com.au/raspberry-pi.html
LattePanda: https://core-electronics.com.au/f/lattepanda/boards.html
Development Boards: https://core-electronics.com.au/development-boards.html
Check out the full guide found here:
https://core-electronics.com.au/tutorials/python-scope.html
Full Python Workshop for Beginners:
https://core-electronics.com.au/tutorials/python-workshop.html
Core Electronics is located in the heart of Newcastle, Australia. We're powered by makers, for makers. Drop by if you are looking for:
Raspberry Pi: https://core-electronics.com.au/raspberry-pi.html
LattePanda: https://core-electronics.com.au/f/lattepanda/boards.html
Development Boards: https://core-electronics.com.au/development-boards.html
Category (YouTube): Education
Playback is via YouTube's official embedded player. Data from YouTube; Exumo is not affiliated with YouTube.