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: 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: References: Date: Thu, 27 Jun 2013 16:14:36 +0100 Subject: Re: How to make a web framework From: =?ISO-8859-1?Q?F=E1bio_Santos?= 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --047d7bd6bc926b1e7d04e0243828 Content-Type: text/plain; charset=ISO-8859-1 On 27 Jun 2013 14:49, 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. --047d7bd6bc926b1e7d04e0243828 Content-Type: text/html; charset=ISO-8859-1


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.

--047d7bd6bc926b1e7d04e0243828--