Re: How to implement a combo Web and Desktop app in python.

2012-09-13 Thread Shawn McElroy
e others. And the UI, will be different based on platform. web/mobile will just be html/css, and desktop, will likely end up being something like qt/wx. Thanks. On Thursday, September 13, 2012 5:20:48 PM UTC-7, Shawn McElroy wrote: > I am somewhat new to python. I am still learning it. I am

How to implement a combo Web and Desktop app in python.

2012-09-13 Thread Shawn McElroy
snt seem to fit what I need to do. There are rest api plugins available for it, but if the core of my app is based on REST, it seemed to make more sense to start with something that has REST built into the core of the framework. Any input or advice is much appreciated. Thanks. - Shawn M