How does python bytecode works?
gmspro
gmspro at yahoo.com
Sun Jun 17 05:54:28 EDT 2012
More information about the Python-list mailing list
Sun Jun 17 05:54:28 EDT 2012
- Previous message (by thread): ~~** 365 Tips for Saving, Investing, and Making Money **~~
- Next message (by thread): How does python bytecode works?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120617/068ecea2/attachment.html>
- Previous message (by thread): ~~** 365 Tips for Saving, Investing, and Making Money **~~
- Next message (by thread): How does python bytecode works?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list