[Tutor] Does python produces bytecode??

2007-01-05 Thread Asrarahmed Kadri
Hi Folks, Just a bit curious about how python runs the program? I do know that it does not compile the code; its an interpreted language. Do we have something like Python virtual machine ?? Please hlep me to understand these things. Regards, Asrarahmed -- To HIM you shall return.

Re: [Tutor] Does python produces bytecode??

2007-01-05 Thread Kent Johnson
Asrarahmed Kadri wrote: Hi Folks, Just a bit curious about how python runs the program? I do know that it does not compile the code; its an interpreted language. Do we have something like Python virtual machine ?? Please hlep me to understand these things. Yes, Python has a