Learning Python: Chapter 19
Monday, 3 March 2008
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__.
Tags: code, perl, python
The entry 'Learning Python: Chapter 19' was posted
on March 3rd, 2008 at 22:13
and last modified on March 3rd, 2008 at 22:13, and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.