.py vs .pyc

Sakcee sakcee at gmail.com
Sun Jan 8 22:58:52 EST 2006


Hi all

is execution of pyc files faster than py files? since both files are
interpreted by python , is there any speedup in using one or other?

what is difference if i type from cmd line,
python test.py  vs. python test.pyc


thanks




More information about the Python-list mailing list