vote up -5 vote down star

Hi All, Can anyone help me to get info about the Scoping issue( Static and dynamic scoping) in Python ?

Thanks

flag
Is this a homework question? It seems to be overly broad. Read 'Learning Python' from O'Reilly – Brian C. Lane Nov 30 '08 at 18:38
What -- specifically -- you you mean by "Scoping issue"? This can mean almost anything. – S.Lott Nov 30 '08 at 19:01

5 Answers

vote up 2 vote down

This may be help you: Closures in Python

link|flag
vote up -4 vote down

Sorry but it does not seem to be the naswer of my question.

link|flag
Sorry. Fix your question to be more specific, and perhaps someone can answer it. A code sample, a reference to something you read. Any little hint as to what you can't do or don't understand would help. – S.Lott Nov 30 '08 at 19:20
vote up 4 vote down

Read the relevant chapter of the documentation.

link|flag
vote up 3 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.