from-statements let you expose your code to the amout of namespace pollution you like:
from some_module import some_function (like use CGI qw(header); in Perl)
Symbol tables of modules are accessed through the dictionary named __dict__.
Archives for the Date March 3rd, 2008
Learning Python: Chapter 19
Monday, 3 March 2008
I Am a Strange Loop
Seven Languages in Seven Weeks
A Short History of Nearly Everything