Is MVC Design Pattern good enough?
Ian Kelly
ian.g.kelly at gmail.com
Tue Jun 10 10:45:33 EDT 2014
More information about the Python-list mailing list
Tue Jun 10 10:45:33 EDT 2014
- Previous message (by thread): Is MVC Design Pattern good enough?
- Next message (by thread): [OT] Re: Is MVC Design Pattern good enough?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jun 9, 2014 at 9:54 PM, Stefan Ram <ram at zedat.fu-berlin.de> wrote: > Chris Angelico <rosuav at gmail.com> writes: >>On Tue, Jun 10, 2014 at 12:57 PM, Stefan Ram <ram at zedat.fu-berlin.de> wrote: >>>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 »GUI frameworks«, >>>and then the result of the comparison between Python and Java SE >>>would depend on that choice. >>Define "standard Python". > > »Standard Python 2.7.6 (or 3.4.1)« 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 »an implementation of Python 2.7.6 (or 3.4.1, > respectively)«. 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.
- Previous message (by thread): Is MVC Design Pattern good enough?
- Next message (by thread): [OT] Re: Is MVC Design Pattern good enough?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list