Python modules and Perl modules

Roy Marteen rm at no-mail.com
Thu May 29 11:34:07 EDT 2003


Hi,

I noticed that Python modules are compiled to .pyo (which is binary), and
Perl modules are in ascii format. Does this mean that calling modules from
Python will be faster, because the modules are already in Python bytecode?






More information about the Python-list mailing list