Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13179
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'frameworks': 0.04; 'django,': 0.07; 'pylons,': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'url:rst': 0.09; 'zope,': 0.09; 'subject:python': 0.11; 'url:moin': 0.12; 'biology': 0.16; 'simplest': 0.16; 'url:cam': 0.16; 'advance': 0.18; 'apache': 0.23; 'interface': 0.23; "user's": 0.23; 'input': 0.24; 'server.': 0.24; 'url:wiki': 0.25; 'host': 0.27; 'framework': 0.28; 'subject:web': 0.28; 'server': 0.29; 'url:ac': 0.29; 'thanks': 0.30; 'subject:?': 0.31; 'hi,': 0.32; 'anyone': 0.32; 'there': 0.33; 'to:addr:python-list': 0.33; "i've": 0.34; "i'll": 0.34; 'header:User-Agent:1': 0.34; 'quite': 0.34; 'header:X-Complaints-To:1': 0.35; 'uses': 0.35; 'help,': 0.35; 'file': 0.36; 'url:python': 0.36; 'listed': 0.37; 'run': 0.37; 'but': 0.37; 'options': 0.37; 'received:org': 0.38; 'some': 0.38; 'url:org': 0.38; 'should': 0.38; 'header:Mime-Version:1': 0.39; 'user': 0.39; 'to:addr:python.org': 0.39; "i'd": 0.40; 'computer.': 0.40; 'one,': 0.40; 'download': 0.60; 'easily': 0.61; 'url:index': 0.61; 'our': 0.63; 'sites': 0.65; 'here:': 0.65; 'pyramid': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | John Reid <j.reid@mail.cryst.bbk.ac.uk> |
| Subject | Easiest framework to develop simple interactive web site in python? |
| Date | Mon, 12 Sep 2011 15:03:40 +0100 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | cpc6-dals15-2-0-cust115.hari.cable.virginmedia.com |
| User-Agent | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1034.1315836239.27778.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1315836239 news.xs4all.nl 2447 [2001:888:2000:d::a6]:32952 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:13179 |
Show key headers only | View raw
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