Mahmood Naderan <nt_mahm...@yahoo.com> writes: > So is it a compiler or interpreter?
There's a compiler that compiles python to bytecode which is then interpreted. This saves the interpreter from having to re-parse the code at run time. So, it's an interpreter that compiles the code first. -- Burton Samograd -- http://mail.python.org/mailman/listinfo/python-list