./20161118-0220-cet-compiled-python-1.png

  • There is a .pyc file when Python codes is ran.
  • The .pyc file is a compiled Python that runs in Python virtual machine.
  • This makes Python is not fully interpreted language.

./20161118-0220-cet-compiled-python-2.png

  • I think this is the flexibility of Python.
  • It can run with just a codes using an interpreter or compiled into binary.

./20161118-0220-cet-compiled-python-3.png