Popular Python recipes tagged "httpserver"http://code.activestate.com/recipes/langs/python/tags/httpserver/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>
Userfriendly Webpage Template (Python)
2010-05-04T07:38:03-07:00david.gaarenstroomhttp://code.activestate.com/recipes/users/4168848/http://code.activestate.com/recipes/577203-userfriendly-webpage-template/
<p style="color: grey">
Python
recipe 577203
by <a href="/recipes/users/4168848/">david.gaarenstroom</a>
(<a href="/recipes/tags/cgi/">cgi</a>, <a href="/recipes/tags/html/">html</a>, <a href="/recipes/tags/httpserver/">httpserver</a>, <a href="/recipes/tags/mvc/">mvc</a>, <a href="/recipes/tags/template/">template</a>, <a href="/recipes/tags/web/">web</a>, <a href="/recipes/tags/webdesign/">webdesign</a>, <a href="/recipes/tags/webpagetemplate/">webpagetemplate</a>).
Revision 5.
</p>
<p>User friendly template class targeted towards Web-page usage and optimized for speed and efficiency.</p>
<p>Tags can be inserted in a template HTML file in a non-intrusive way, by using specially formatted comment strings. Therefore, the template-file can be viewed in a browser, even with prototype data embedded in it, which will later be replaced by dynamic content.
Also, webdesigners can continue to work on the template and upload it without further
modification.</p>