.pyc files??

Ishwar Rattan rattan at cps.cmich.edu
Wed Sep 1 20:26:15 EDT 2004


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



More information about the Python-list mailing list