Actually, that's not technically true. Python code does need to be compiled, but to bytecode (*.pyc) that is interpreted, rather than machine code, and the Python interpreter compiles source automatically so you don't have to think about it.

Reply via email to