<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>Is python a interpreted or compiled language?<br>What does happen after this command: python f.py<br><br>I knew python makes file.pyc file to store the bytecode. For java , .class file is the bytecode file, someone can run that file from any machine. So is the .pyc file executale like java?<br><br>Can anyone please explain/elaborate the process/order of executing python file with example?<br><br>Thanks.</td></tr></table>