Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73189
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Is MVC Design Pattern good enough? |
| Date | 2014-06-11 17:26 -0400 |
| References | (3 earlier) <20140609225632.942a3e42d9b05f050acd1b1d@gmx.net> <naked-objects-20140610045422@ram.dialup.fu-berlin.de> <CAPTjJmo2XxjeHHDp26HA3G58rQQwxQhw0HWMxd6pa0XzCJUrgQ@mail.gmail.com> <mailman.10967.1402424406.18130.python-list@python.org> <naked-object-20140611202644@ram.dialup.fu-berlin.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11020.1402522014.18130.python-list@python.org> (permalink) |
On 6/11/2014 2:27 PM, Stefan Ram wrote: > Mark Lawrence <breamoreboy@yahoo.co.uk> writes: >> IDLE is available on all platforms and is written in tkinter. But >> personally I'd rather use the command line :) > > In the meantime, I have learned that tkinter in fact has > become part of a standard Python implementations, and in > fact it looks easier to use than Swing (but I have only > looked at seven lines of Python-tkinter code so far). > > A naked-objects framework should be easy to implement > because AFAIK it treats all objects the same, so one does > only have to code a single View and Controller for a > »generic object« and some general utility operations. I though about trying naked-objects with tkinter and I think it should be reasonably possible. I have too much else to do but would like to see what could be done. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Is MVC Design Pattern good enough? "Ernest Bonat, Ph.D." <ernest.bonat@gmail.com> - 2014-06-01 10:37 -0700
[OT] Re: Is MVC Design Pattern good enough? Dan Sommers <dan@tombstonezero.net> - 2014-06-01 18:39 +0000
Re: Is MVC Design Pattern good enough? Wolfgang Keller <feliphil@gmx.net> - 2014-06-02 17:59 +0200
Re: Is MVC Design Pattern good enough? Marko Rauhamaa <marko@pacujo.net> - 2014-06-02 19:40 +0300
Re: Is MVC Design Pattern good enough? Wolfgang Keller <feliphil@gmx.net> - 2014-06-09 22:56 +0200
Re: Is MVC Design Pattern good enough? Chris Angelico <rosuav@gmail.com> - 2014-06-10 13:32 +1000
Re: Is MVC Design Pattern good enough? Chris Angelico <rosuav@gmail.com> - 2014-06-10 14:03 +1000
Re: Is MVC Design Pattern good enough? Ian Kelly <ian.g.kelly@gmail.com> - 2014-06-10 08:45 -0600
Re: Is MVC Design Pattern good enough? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-10 19:16 +0100
Re: Is MVC Design Pattern good enough? Terry Reedy <tjreedy@udel.edu> - 2014-06-11 17:26 -0400
csiph-web