Top Python Interview Questions

Steve D'Aprano steve+python at pearwood.info
Fri May 26 02:57:17 EDT 2017


On Fri, 26 May 2017 03:32 pm, Terry Reedy wrote:

>> Python files are compiled to bytecode.
> 
> CPython compiles to cpython bytecode.
> Jython compiles to Java.
> Iron Python compiles to C#.

Technically, they compile to the JVM byte code and the .Net Common Runtime
(I forget the three letter acronym, C something R maybe?) byte code.



-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list