py vs pyc

Sakcee sakcee at gmail.com
Sun Jan 8 23:47:29 EST 2006


Hi

I want to know that is .pyc files execute faster than .py files,? since
both are interpreted by python  , is there any speedup in using one or
other.?

e.g.

what is the difference between runing from cmd  "python test.py" and
"python test.pyc"


thanks




More information about the Python-list mailing list