Hi All, Can anyone help me to get info about the Scoping issue( Static and dynamic scoping) in Python ?
Thanks
Hi All, Can anyone help me to get info about the Scoping issue( Static and dynamic scoping) in Python ?
Thanks
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.