The python 3.5 documentation itself says:
- A program doesn’t run any faster when it is read from a .pyc file than when it is read from a .py file; the only thing that’s faster about .pyc files is the speed with which they are loaded.
But looking up on my modules folders, most of '.pyc' files are bigger than its counterpart '.py' files.