Local variables: Python functions define a scope for variables

Published: 11 October 2023
on channel: PatchyPython
12
0

Variables defined within a Python function are by default local to the function, so that function code does not interfere with global variables. This allows you to have variables with the same name in the main program and in a function. Variables local to the function will "mask" global variables while the function is executed. Local variables are then mopped up when the function returns, and cannot be accessed from outside the function. Check out the notebooks linked below for more information on functions in Python.

Embedded video, part of the following courses:
Computer Programming at Queen Mary, University of London
Jupyter notebook: https://tinyurl.com/42ttakps
Coding for Scientists at Queen Mary, University of London
Jupyter notebook: https://tinyurl.com/5hav5u8m

Notebooks will open on Google Colab - no installation required


Watch video Local variables: Python functions define a scope for variables online without registration, duration hours minute second in high quality. This video was added by user PatchyPython 11 October 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 12 once and liked it 0 people.