Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Understanding Python from a PHP coder's perspective Date: Mon, 7 Dec 2015 14:59:26 -0700 Lines: 8 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de piRtwq0gf40XKsdDfwX6jAnf2ijItCwh0s/UNTcNSKaQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'used.': 0.05; 'python': 0.10; '2:40': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:perspective': 0.16; 'wrote:': 0.16; ';-)': 0.18; 'language': 0.19; '2015': 0.20; 'level,': 0.22; 'defined': 0.23; 'dec': 0.23; 'implemented': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.27; 'defining': 0.27; 'reflect': 0.27; 'function': 0.28; 'does,': 0.29; 'summary': 0.29; 'file': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'instead': 0.36; 'received:209.85': 0.36; 'urls': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; "won't": 0.38; 'received:209': 0.38; 'or,': 0.38; 'end': 0.39; 'why': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; "they're": 0.66; 'to:name:python': 0.84; 'urls,': 0.91; 'poorly': 0.93; 'you...': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=S419XIkVV6FOmEd6c5tqw2T7ijnZOpQmkZ57xeqzPxc=; b=pvRUWqvZWqPuTm8RSgvHgkj0huADpz6E5dXowqgY99DGSbLW7Q95WUaWaI7jnmbNwa K1bTPTPEmjL9ktkHQO8O71PwL/KKBECguvNo0PdPKE533Hu5ByBG7+f/jYE3ypHSC7sq t/Y7oIzeRyi74hy2uqAljICSELZixJzk+PbtdVf9TP6EHmo1sYE5P4iWRm1GgJwSm1hv e6FPInvjWFQB4cFWgHzvny9qK2VBaAh7jwxTEMF8v+HfQxSJu1fpnbmyhjHryQQyM11t ieH/l3g/UOxdEfD208ST/mzG/mbCZHHuRCu4w1Wjth8iVkXWDEIQcw1v/9srCh4SXXJs au0A== X-Received: by 10.107.19.12 with SMTP id b12mr743469ioj.11.1449525606013; Mon, 07 Dec 2015 14:00:06 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100112 On Mon, Dec 7, 2015 at 2:40 PM, Chris Angelico wrote: > So that's a quick potted summary of why the URLs don't reflect the > language used. Python is event-driven, but instead of defining events > at the file level, the way PHP does, they're defined at the function > level. Of course, if you *want* to put ".py" on the end of all your > URLs, Python won't stop you... :) Or, if it's a poorly implemented site, ".rb". ;-)