show instant data on webpage

Peter Heitzer peter.heitzer at rz.uni-regensburg.de
Wed Jan 27 11:47:49 EST 2016


mustang <mustang at nomail.it> wrote:

>> You even could use python for the webserver. Read the docs for the module
>> "SimpleHTTPServer".
>now I'm using apache. Is it possible to do the same with python+apache 
>or it's better to use SimpleHTTPServer?
mod_python exists for apache. If your only goal is just a simple website for
your temperature sensor you could do it completely with python. If the
webserver should serve other pages as well I'd prefer apache with mod_python.




More information about the Python-list mailing list