Top down Python

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Feb 12 17:54:52 EST 2014


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



More information about the Python-list mailing list