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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to