Popular recipes tagged "webserver"http://code.activestate.com/recipes/tags/webserver/popular/2012-06-22T22:46:56-07:00ActiveState Code RecipesA Simple HTTP Web Server (Python) 2012-06-22T22:46:56-07:00Joe B. Lewishttp://code.activestate.com/recipes/users/4182556/http://code.activestate.com/recipes/578172-a-simple-http-web-server/ <p style="color: grey"> Python recipe 578172 by <a href="/recipes/users/4182556/">Joe B. Lewis</a> (<a href="/recipes/tags/httpserver/">httpserver</a>, <a href="/recipes/tags/webserver/">webserver</a>). </p> <p>A Simple python script that acts as a web server, and handles requests</p> Simplest example of serving a browser request (Python) 2010-10-15T21:17:30-07:00Kaushik Ghosehttp://code.activestate.com/recipes/users/4166965/http://code.activestate.com/recipes/577428-simplest-example-of-serving-a-browser-request/ <p style="color: grey"> Python recipe 577428 by <a href="/recipes/users/4166965/">Kaushik Ghose</a> (<a href="/recipes/tags/network/">network</a>, <a href="/recipes/tags/webserver/">webserver</a>). </p> <p>This is the simplest way I have found of sending information from a python program to a browser</p>