Switching from web to desktop development

Posted by Dziamid on Stack Overflow See other posts from Stack Overflow or by Dziamid
Published on 2011-01-02T15:10:29Z Indexed on 2011/01/02 22:53 UTC
Read the original article Hit count: 359

Filed under:
|
|

Being a web developer (php, symfony, doctrine) for 2 years now, I was recently asked by a friend to come up with a desktop solution. So I developed a project, installed a LAMP on his machine and he is mostly happy using it now. But I'm not. It just doesn't seem right to wait for a server response from a localhost. Obviously php isn't suited for desktop development. So, my question is: what language \ framework would you advice a php programmer if he was going to develop a desktop application (something that you can install, that has it's own gui, but utilizes the similar concepts of web apps: css, javascript, orm).

I would like to bring up Python as a possible answer to my question. Does anyone have an experience of developing a desktop app with Python, utilizing an ORM and(or) HTML-based GUI?

© Stack Overflow or respective owner

Related posts about python

Related posts about orm