Hi All, Can anyone help me to get info about the Scoping issue( Static and dynamic scoping) in Python ?
Thanks
|
|
|||||
|
|
|
This may be help you: Closures in Python |
||
|
|
|
|
Sorry but it does not seem to be the naswer of my question. |
||
|
|
|
Read the relevant chapter of the documentation. |
||
|
|
|
|
Maybe this one: http://hircus.wordpress.com/2005/06/02/static-lexical-vs-dynamic-scoping/ ? If you need more specific answer, please be more specific in the question. |
||
|
|
|
|
Generally, the answer to any 'scoping issue' is "Because Python isn't X", where X == whatever language on which the questioner is basing their understanding of scoping. |
||
|
|