Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13218
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <limodou@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'cherrypy': 0.09; 'received :mail-bw0-f46.google.com': 0.09; 'examples': 0.11; 'subject:python': 0.11; 'python!': 0.16; 'received:209.85.214.46': 0.16; 'simplest': 0.16; 'unpack': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'cc:no real name:2**0': 0.20; 'blog:': 0.21; 'maybe': 0.21; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'tue,': 0.23; 'url:code': 0.23; 'sep': 0.23; 'pm,': 0.24; 'received:209.85.214': 0.28; 'done.': 0.28; 'needed,': 0.28; 'subject:web': 0.28; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'fairly': 0.30; 'thanks': 0.30; 'subject:?': 0.31; 'too': 0.33; "i've": 0.34; "i'll": 0.34; 'things': 0.34; 'options': 0.37; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'where': 0.40; 'more': 0.60; 'john': 0.62; 'url:p': 0.62; 'reid': 0.84; 'url:hi': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OZXEt4rs7we3qOhLZziFmlKpXBoDDC9Dd0lLX71wZz8=; b=l7Nh1H1U+sKyicJlbH8fbVuVD+PKIOpAx+mconLbwV4iCgh0YkzXfUCja5ikm2tkc3 IdK7MgS0vetjNst9X5h0sG09S3bCLPWGq757UNJh3lYZEGh8sSNYHOHptCRdITglgobV gJMa++2vvlxCLbc66WuLR/a4ru5qVbSxXx4Hc= |
| MIME-Version | 1.0 |
| In-Reply-To | <j4n0r3$cda$1@dough.gmane.org> |
| References | <mailman.1034.1315836239.27778.python-list@python.org> <1ksbq.2549$ex3.1130@newsfe30.ams2> <j4n0r3$cda$1@dough.gmane.org> |
| Date | Tue, 13 Sep 2011 15:45:35 +0800 |
| Subject | Re: Easiest framework to develop simple interactive web site in python? |
| From | limodou <limodou@gmail.com> |
| To | John Reid <j.reid@mail.cryst.bbk.ac.uk> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| 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.1061.1315899936.27778.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1315899936 news.xs4all.nl 2490 [2001:888:2000:d::a6]:36505 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:13218 |
Show key headers only | View raw
On Tue, Sep 13, 2011 at 3:30 PM, John Reid <j.reid@mail.cryst.bbk.ac.uk> 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 done. >> >> The other options you mentioned are good too :) >> > > OK I've had a look at bottle, cherrypy and web2py and they look fairly > straightforward. I'll check out some more and see where I get to. Thanks for > the tips, > John. > maybe you can also try out uliweb. -- I like python! UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/ UliWeb <<simple web framework>>: http://code.google.com/p/uliweb/ My Blog: http://hi.baidu.com/limodou
Back to comp.lang.python | Previous | Next — Previous 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