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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to