DEV Community

Discussion on: Is Python a compiled language?

Collapse
 
icncsx profile image
icncsx

Yes. I believe the GNU compiler for Java can compile Java to machine code. On that note, Python also has a JIT compiler called PyPy which generates machine code at runtime.