Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49329
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <fabiosantosart@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'frameworks,': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'dig': 0.16; 'scripts.': 0.16; 'subject:make': 0.16; 'wrote:': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'frameworks': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; '>': 0.26; 'web.': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'work.': 0.31; 'cgi': 0.31; 'raw': 0.33; 'anywhere': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'how': 0.40; 'most': 0.60; 'you.': 0.62; 'to:addr:gmail.com': 0.65; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ovBvYzlYP94hGbpMSFUhGhZgscJql5lhfHKu7+uQuV4=; b=iuxrD5Jt9VOo9cagEqTWdmDKuFTsHeeCr9RH9A+UNJEyP/DK+QpCnyZAEC6Rxxmsce Kql7r0bEvVg6zeabJ/r0+QYBYBziDvV+MbJcLMjvTj7lraJp+VwGBechRaPF9Tv6jK67 BQJ2P0YS6V5S1XjiB0VoFs3AxZ/Usqpr27/F32ewbv74K1WGk504RxrPmXT0HRyWlEsj jSI1tAim33iYRywUuM9L36TLJifsG+yGUmCvyqQbPpSDLmm5g3iBZVt9+EWk2K/bXLHN Yiygh7ju/HbIzyziKUaIyLlj4qzP8awILrT1pRakjKmcjIbUtMpEU3PWKp6iRpp28btx RaeA== |
| MIME-Version | 1.0 |
| X-Received | by 10.224.123.68 with SMTP id o4mr12089364qar.106.1372346076827; Thu, 27 Jun 2013 08:14:36 -0700 (PDT) |
| In-Reply-To | <bf4de5cf-ba2c-4e4b-9548-c038d60f67ec@googlegroups.com> |
| References | <bf4de5cf-ba2c-4e4b-9548-c038d60f67ec@googlegroups.com> |
| Date | Thu, 27 Jun 2013 16:14:36 +0100 |
| Subject | Re: How to make a web framework |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| To | gamesbrainiac@gmail.com |
| Content-Type | multipart/alternative; boundary=047d7bd6bc926b1e7d04e0243828 |
| Cc | python-list@python.org |
| 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.3931.1372346086.3114.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1372346086 news.xs4all.nl 15902 [2001:888:2000:d::a6]:48458 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:49329 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On 27 Jun 2013 14:49, <gamesbrainiac@gmail.com> wrote: > > I've used web frameworks, but I don't know how they work. Is there anywhere that I can learn how this all works from scratch? Write CGI scripts. It is the most raw way to program for the web. That way you can dig into what frameworks do for you.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to make a web framework gamesbrainiac@gmail.com - 2013-06-27 06:42 -0700
Re: How to make a web framework Fábio Santos <fabiosantosart@gmail.com> - 2013-06-27 16:14 +0100
Re: How to make a web framework rusi <rustompmody@gmail.com> - 2013-06-27 08:46 -0700
Re: How to make a web framework Giorgos Tzampanakis <giorgos.tzampanakis@gmail.com> - 2013-06-28 21:00 +0000
Re: How to make a web framework Joel Goldstick <joel.goldstick@gmail.com> - 2013-06-28 17:19 -0400
csiph-web