Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.051 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'toolkit': 0.09; 'useless': 0.09; 'python': 0.11; 'gui': 0.12; '"standard': 0.16; '12:57': 0.16; '>>on': 0.16; 'definition.': 0.16; 'insofar': 0.16; 'python".': 0.16; 'wrote:': 0.18; 'library': 0.18; 'all,': 0.19; 'stefan': 0.19; 'circular': 0.24; 'java': 0.24; 'mon,': 0.24; '(or': 0.24; 'supported': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'feature': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'comparison': 0.31; 'python"': 0.31; 'writes:': 0.31; 'received:google.com': 0.35; 'ram': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'first': 0.61; 'choose': 0.64; 'more': 0.64; 'between': 0.67; 'therefore': 0.72; '8bit%:27': 0.74; 'subject:Design': 0.78; 'all!': 0.84; 'subject:good': 0.84; 'dozen': 0.91; 'choice.': 0.93 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:content-transfer-encoding; bh=HIHvsRgxcrdrIkkqqMygBooHcSI7utquq/qNTcSgrGs=; b=QmXItPu120gumOpW3V1WqspE3q/ecJLVJtl5E03+P4TjHwK7UVSbQ5lReR8s4c1EXC RqpcG7m9Ao4ReH0PxbdfVVqT2fA4AS7aIS5NKfUlOe0zdlSxj90jLQepZqrXrB0dIUNo 7K43MyIxC2L6jPG+DuWi9//WICdFB3Xy79v1DLs/pPnfPOJCFvntPA5b11CjUI3oDnEC 8tvA67MApr3uhGthHEGIVT9/j/TsNDBYtqfXDKDxbzpK1Sre1Uuh6HkXyuZP54Rx5kVK MWX+lMWxlXfUY7FTp508cwdgpE1pbDB63r+IYtXzJG8qNtM7/lYd9Ftu6UMk/b0AsQ9M J6cg== X-Received: by 10.236.154.136 with SMTP id h8mr3932000yhk.105.1402411573321; Tue, 10 Jun 2014 07:46:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20140602175936.9341c3e8fb06c7e627ce559a@gmx.net> <87bnubtgcv.fsf@elektro.pacujo.net> <20140609225632.942a3e42d9b05f050acd1b1d@gmx.net> From: Ian Kelly Date: Tue, 10 Jun 2014 08:45:33 -0600 Subject: Re: Is MVC Design Pattern good enough? To: Python Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1402412012 news.xs4all.nl 2894 [2001:888:2000:d::a6]:53023 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73103 On Mon, Jun 9, 2014 at 9:54 PM, Stefan Ram wrote: > Chris Angelico writes: >>On Tue, Jun 10, 2014 at 12:57 PM, Stefan Ram wro= te: >>>AFAIK standard Python has no GUI library at all, so Java SE >>>and C# already are better than Python insofar as they >>>include a standard GUI toolkit at all! In Python one first >>>has to choose between more than a dozen of =C3=82=C2=BBGUI frameworks=C3= =82=C2=AB, >>>and then the result of the comparison between Python and Java SE >>>would depend on that choice. >>Define "standard Python". > > =C2=BBStandard Python 2.7.6 (or 3.4.1)=C2=AB contains all those and > only those features that are available under every > implementation of Python 2.7.6 (or 3.4.1, respectively). > > It is the set of features an implementation must compass to > call itself =C2=BBan implementation of Python 2.7.6 (or 3.4.1, > respectively)=C2=AB. A circular and therefore useless definition. Given any implementation X and a feature Y not supported by X, one can equally well say that either 1) X is not an implementation of Python because Y is part of "standard Python"; or 2) Y is not part of "standard Python" because implementation X doesn't support it.