I know about .pyc files (compiled .py file) and difference between them:
difference between .py and .pyc
My question is:
- Is there difference between runtime of
.pyand.pycfiles or those benchmarks? - And is using
.pycinstead of.pyreliable ?
Thanks in advance.