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 -- http://mail.python.org/mailman/listinfo/python-list