Frame work for simple physics web applications

Brian Blais bblais at bryant.edu
Sat Apr 19 22:26:55 EDT 2008


On Apr 19, 2008, at Apr 19:3:55 PM, Rick Muller wrote:
> Do any of the AJAX frameworks for Python compare in simplicity to
> writing a simple CGI script? I've been impressed with web.py, since it
> seems pretty easy to use, but I would go to the trouble of learning
> one of the bigger frameworks if they would provide a more elegant
> solution.
>

I'd highly recommend web.py.  You can even run it as a cgi script, if  
you want, but it has its own webserver.  For larger scale stuff, they  
give directions for running it behind apache or lighttpd.  It's very  
easy and flexible.

are you using matplotlib for the plots?


			bb

-- 
Brian Blais
bblais at bryant.edu
http://web.bryant.edu/~bblais



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080419/62ad768d/attachment-0001.html>


More information about the Python-list mailing list