How-to articles, tricks, and solutions about COMPILED
If Python is interpreted, what are .pyc files?
.pyc files are compiled bytecode files that are generated by the Python interpreter when a .py file is imported.