Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13179
| From | John Reid <j.reid@mail.cryst.bbk.ac.uk> |
|---|---|
| Subject | Easiest framework to develop simple interactive web site in python? |
| Date | 2011-09-12 15:03 +0100 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1034.1315836239.27778.python-list@python.org> (permalink) |
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 write a few pages? I need to accept some user input in the form of some options and download a potentially large file from the user's computer. The job can take some time to run so I'll need to notify them via email when it has finished. I should say our group already uses an Apache web server so I'd like to host the pages from that server. I know there are various python web frameworks but I don't want to learn a complicated one, I really just want the simplest tool for the job. Are any of the following suitable? Zope, Django, Pylons, Grok, Pyramid I see quite a few are listed here: http://wiki.python.org/moin/WebFrameworks Thanks in advance for any help, John.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Easiest framework to develop simple interactive web site in python? John Reid <j.reid@mail.cryst.bbk.ac.uk> - 2011-09-12 15:03 +0100
Re: Easiest framework to develop simple interactive web site in python? Matthias Huening <matthias.huening@fu-berlin.de> - 2011-09-12 17:42 +0200
Re: Easiest framework to develop simple interactive web site in python? Miki Tebeka <miki.tebeka@gmail.com> - 2011-09-12 09:48 -0700
Re: Easiest framework to develop simple interactive web site in python? Miki Tebeka <miki.tebeka@gmail.com> - 2011-09-12 09:48 -0700
Re: Easiest framework to develop simple interactive web site in python? Stefaan Himpe <stefaan.himpe@gmail.com> - 2011-09-12 20:37 +0200
Re: Easiest framework to develop simple interactive web site in python? John Reid <j.reid@mail.cryst.bbk.ac.uk> - 2011-09-13 08:30 +0100
Re: Easiest framework to develop simple interactive web site in python? limodou <limodou@gmail.com> - 2011-09-13 15:45 +0800
csiph-web