Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Python is not a compiled language.

Python is (at least in the CPython implementation) compiled, to python byte code which runs on the python virtual machine.

Its not compiled to native code. (Unless you use one of the compilers which do compile it to native code, though they tend to support only a subset of python.)



Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: