Is MVC Design Pattern good enough?
Mark Lawrence
breamoreboy at yahoo.co.uk
Tue Jun 10 14:16:47 EDT 2014
More information about the Python-list mailing list
Tue Jun 10 14:16:47 EDT 2014
- Previous message (by thread): Is MVC Design Pattern good enough?
- Next message (by thread): Is MVC Design Pattern good enough?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/06/2014 04:32, Chris Angelico wrote: > 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". I'm pretty sure a stock-standard Python > installation includes tkinter, although that may not necessarily be > true on all platforms. But personally, I'd rather use GTK than > Tkinter. > > ChrisA > IDLE is available on all platforms and is written in tkinter. But personally I'd rather use the command line :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
- Previous message (by thread): Is MVC Design Pattern good enough?
- Next message (by thread): Is MVC Design Pattern good enough?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list