If Python is interpreted, what are .pyc files?
        Posted  
        
            by froadie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by froadie
        
        
        
        Published on 2010-06-08T14:27:13Z
        Indexed on 
            2010/06/08
            14:32 UTC
        
        
        Read the original article
        Hit count: 324
        
I've been given to understand that Python is an interpreted language... however, when I look at my Python source code I see .pyc files, which Windows identifies as "Compiled Python Files". Where do these come in?
© Stack Overflow or respective owner