Talk:Learning Python
From BF2 Technical Information Wiki
No talk page? Well, then. This looks like a great place to ask questions about some python intricacies! --dst 14:02, 12 Oct 2005 (MDT)
- I'm interested in modifying the value of a variable in the namespace of one script file from the innards of another. To clarify, I know how to import only specific variables from other scripts/modules. I do not know how to change their values in their own namespace, not in the namespace of the script in which I imported them. I'm just keeping the question general for now, so general answers would be most helpful. Thanks. --dst 14:02, 12 Oct 2005 (MDT)