Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40289
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-03-01 12:02 -0800 |
| References | <42b84618-14a2-4504-9a64-b6aca2260ecd@googlegroups.com> <mailman.2702.1362112994.2939.python-list@python.org> |
| Subject | Re: QT Inspired web development framework for python |
| From | timothy crosley <timothy.crosley@gmail.com> |
| Message-ID | <mailman.2753.1362168895.2939.python-list@python.org> (permalink) |
Hi Michael, Thanks! Since it simply produces html it can integrate very cleanly with django, or Any other framework that allows returning raw html. To be more specific, in django withing a view function you can return a response object that contains the HTML produced by WebElements. In the future I plan on adding even more django integration For things such as ajax abstraction. The long term vision is to be able to create apps and widgets that will run on any python framework unmodified except for calls to the database etc. Timothy Thursday, February 28, 2013 11:43:04 PM UTC-5, Michael Torrie wrote: > On 02/28/2013 06:48 PM, timothy crosley wrote: > > > I've been working on a web development framework that integrates several popular QT features (such as a graphical template builder, signal / slots, ui's built by objects) for the last few years, and I was hoping that some people here might find it useful. > > > > > > If you are interested the main link for the widgets is http://www.webelements.in > > > and the link for the framework overall is http://www.webbot.ws > > > > Very professional-looking pages, I must say! > > > > How would your framework fit into a framework such as Django? In other > > words, could it be used as the "view" part of django? Or is it meant to > > completely replace a traditional web framework?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
QT Inspired web development framework for python timothy crosley <timothy.crosley@gmail.com> - 2013-02-28 17:48 -0800
Re: QT Inspired web development framework for python Michael Torrie <torriem@gmail.com> - 2013-02-28 21:43 -0700
Re: QT Inspired web development framework for python timothy crosley <timothy.crosley@gmail.com> - 2013-03-01 12:02 -0800
Re: QT Inspired web development framework for python Ian Kelly <ian.g.kelly@gmail.com> - 2013-03-01 13:30 -0700
Re: QT Inspired web development framework for python timothy crosley <timothy.crosley@gmail.com> - 2013-03-01 12:41 -0800
Re: QT Inspired web development framework for python timothy crosley <timothy.crosley@gmail.com> - 2013-03-01 12:02 -0800
Re: QT Inspired web development framework for python timothy crosley <timothy.crosley@gmail.com> - 2013-03-13 19:04 -0700
Re: QT Inspired web development framework for python timothy crosley <timothy.crosley@gmail.com> - 2013-03-20 23:21 -0700
csiph-web