Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: Top down Python Date: Thu, 13 Feb 2014 11:54:52 +1300 Lines: 16 Message-ID: References: <52FB1D27.8090009@allsup.co> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net bZhwNCoBZXpYFTwTLfFxkwmVP9IMWkGnrLdJfbqpgxfmqzVJRr Cancel-Lock: sha1:il8wh/mvIG//K+GVFTmak3zdLvc= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:66111 John Allsup wrote: > I'm still minimalist, so I guess we want xmlrpc and a python server, > with a bit of javascript in the browser to sort out the drawing end. > This now seems way simpler than trying to play with Gtk or Qt. Depends on what you mean by "simpler". You've just mentioned about 3 additional technologies to come to grips with, plus the complexity of splitting your application logic between a client and a server. Whether this is any easier depends on what you're already familiar with. -- Greg