Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51846
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'output': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:using': 0.09; 'python': 0.11; 'handling,': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'wsgi': 0.16; 'subject:python': 0.16; 'everyone,': 0.19; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'driven': 0.24; 'frameworks': 0.24; 'gateway': 0.24; 'header:X-Complaints-To:1': 0.27; 'work.': 0.31; 'code': 0.31; 'motivation': 0.31; 'subject:development': 0.31; 'websites.': 0.31; 'writes:': 0.31; 'interface': 0.32; 'could': 0.34; 'common': 0.35; 'case,': 0.35; 'singh': 0.36; 'charset:us-ascii': 0.36; 'application': 0.37; 'server': 0.38; 'tasks': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'back': 0.62; 'received:217': 0.63; 'myself': 0.63; 'between': 0.67; 'dont': 0.67; 'factoring': 0.84; 'learn.': 0.84; 'lazy': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | dieter <dieter@handshake.de> |
| Subject | Re: web development in python without using any webframework |
| Date | Sat, 03 Aug 2013 07:42:03 +0200 |
| References | <CAG2qO83ODSUZehCoahsYtjS7OPqFc2+9EqevfPUVUHtDvLaoKQ@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| X-Gmane-NNTP-Posting-Host | pd9e097d0.dip0.t-ipconnect.de |
| User-Agent | Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) |
| Cancel-Lock | sha1:fE+nNn2SI4CPUCElkON0ByoQPNs= |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.148.1375508537.1251.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1375508537 news.xs4all.nl 15945 [2001:888:2000:d::a6]:46145 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51846 |
Show key headers only | View raw
Alok Singh Mahor <alokmahor@gmail.com> writes:
> Hello everyone,
> few months back I started learning python and now I got nice familiarity.
> now i want to use python for creating dynamic database driven websites. and
> I dont want to use existing web frameworks for my work. I am learning
> things so I wont feel lazy to write all the code myself because I want to
> learn.
You likely want to use some (existing) web server (and not develop
this as well)? In this case, you could look at WSGI ("Web Server Gateway
Interface"). It is a specification intended to interface between
a web server and a web application - with the motivation to
facilitate factoring out common tasks (session handling,
authentication, authorization, output transformations, ...).
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: web development in python without using any webframework dieter <dieter@handshake.de> - 2013-08-03 07:42 +0200
csiph-web