Re: Easiest framework to develop simple interactive web site in python?

2011-09-13 Thread limodou
On Tue, Sep 13, 2011 at 3:30 PM, John Reid wrote: > On 12/09/11 19:37, Stefaan Himpe wrote: >> >> The simplest one to learn is web2py http://www.web2py.com >> No configuration needed, just unpack and get started. >> It also has very good documentation and tons of little examples to get >> things d

Re: Easiest framework to develop simple interactive web site in python?

2011-09-13 Thread John Reid
On 12/09/11 19:37, Stefaan Himpe wrote: The simplest one to learn is web2py http://www.web2py.com No configuration needed, just unpack and get started. It also has very good documentation and tons of little examples to get things done. The other options you mentioned are good too :) OK I've h

Re: Easiest framework to develop simple interactive web site in python?

2011-09-12 Thread Stefaan Himpe
The simplest one to learn is web2py http://www.web2py.com No configuration needed, just unpack and get started. It also has very good documentation and tons of little examples to get things done. The other options you mentioned are good too :) -- http://mail.python.org/mailman/listinfo/python-

Re: Easiest framework to develop simple interactive web site in python?

2011-09-12 Thread Miki Tebeka
I personally like CherryPy. But it all depends on your needs and style. I suggest you play with some of the packages and select one that you feel best with. -- http://mail.python.org/mailman/listinfo/python-list

Re: Easiest framework to develop simple interactive web site in python?

2011-09-12 Thread Matthias Huening
Am 12.09.2011 16:03, schrieb John Reid: I don't have much experience writing web sites or applications. Can anyone recommend a python framework that will allow me to easily write a few pages? You want a simple framework? Try Bottle: http://bottlepy.org/ Matthias -- http://mail.python.org/mail

Easiest framework to develop simple interactive web site in python?

2011-09-12 Thread John Reid
Hi, I need to write a web interface for some computational biology software I've written: http://sysbio.mrc-bsu.cam.ac.uk/johns/STEME/rst/_build/html/index.html I don't have much experience writing web sites or applications. Can anyone recommend a python framework that will allow me to easily