Say a filea.py contains a number of functions defined in it (using def afn(): etc.) in pyhton, filea is imported to use afn (filea.afn() etc.), it cerates a filea.pyc file, what is the purpose of this file? -ishwar