How does python bytecode works?

Kev Dwyer kevin.p.dwyer at gmail.com
Sun Jun 17 06:41:57 EDT 2012


gmspro wrote:

> We know python is written in C.
> C is not portable.
> So how does python work on a webserver like apache/httpd for a python
> website? How does the intermediate language communicate with server
> without compiling python code? Or how does python interpreted code work
> with webserver for python based websites?
> 
> Please elaborate/explain this topic with example.
> 
> Thanks.

http://en.wikipedia.org/wiki/Bytecode




More information about the Python-list mailing list