Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8369 > unrolled thread

Re: Want to build an app for linux

Started byAdam Tauno Williams <awilliam@whitemice.org>
First post2011-06-24 06:27 -0400
Last post2011-06-24 18:56 +0530
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Want to build an app for linux Adam Tauno Williams <awilliam@whitemice.org> - 2011-06-24 06:27 -0400
    Re: Want to build an app for linux "J.O. Aho" <user@example.net> - 2011-06-24 13:46 +0200
      Re: Want to build an app for linux saurabh verma <nitw.saurabh@gmail.com> - 2011-06-24 18:56 +0530

#8369 — Re: Want to build an app for linux

FromAdam Tauno Williams <awilliam@whitemice.org>
Date2011-06-24 06:27 -0400
SubjectRe: Want to build an app for linux
Message-ID<mailman.363.1308911388.1164.python-list@python.org>
On Fri, 2011-06-24 at 15:55 +0530, saurabh verma wrote:
> Hi all ,
> May be I'm just asking a silly/old question .
> I have some open web APIs which i can use , on it  I want to develop an 
> desktop application , probably cross platform but mostly I'm aiming at 
> *unix platforms . 
> I've got no experience in programming desktop application , but thats 
> not a issue , I can do it . But i need to know right technology stack i 
> could thinking of using. python or may be java or python/QT or google 
> chrome platform.
> May be someone can suggest me some online tutorials/references , or any 
> help appreciated.

I've found Python + Gtk (which includes Glade) to be a very productive
solution.
<http://pygtk.org/>
<http://www.pygtk.org/articles/application-pygtk-glade/Building_an_Application_with_PyGTK_and_Glade.htm>

[toc] | [next] | [standalone]


#8374

From"J.O. Aho" <user@example.net>
Date2011-06-24 13:46 +0200
Message-ID<96jbpfFis9U1@mid.individual.net>
In reply to#8369
Adam Tauno Williams wrote:
> On Fri, 2011-06-24 at 15:55 +0530, saurabh verma wrote:
>> Hi all ,
>> May be I'm just asking a silly/old question .
>> I have some open web APIs which i can use , on it  I want to develop an 
>> desktop application , probably cross platform but mostly I'm aiming at 
>> *unix platforms . 
>> I've got no experience in programming desktop application , but thats 
>> not a issue , I can do it . But i need to know right technology stack i 
>> could thinking of using. python or may be java or python/QT or google 
>> chrome platform.
>> May be someone can suggest me some online tutorials/references , or any 
>> help appreciated.
> 
> I've found Python + Gtk (which includes Glade) to be a very productive
> solution.
> <http://pygtk.org/>
> <http://www.pygtk.org/articles/application-pygtk-glade/Building_an_Application_with_PyGTK_and_Glade.htm>
> 

I prefer QT and you have qt-creator:
http://qt.nokia.com/products/developer-tools
and PyQT/SIP:
http://www.riverbankcomputing.co.uk/software/pyqt/intro

IMHO you will get a better looking thing than with gtk2.

-- 

  //Aho

[toc] | [prev] | [next] | [standalone]


#8376

Fromsaurabh verma <nitw.saurabh@gmail.com>
Date2011-06-24 18:56 +0530
Message-ID<mailman.367.1308921664.1164.python-list@python.org>
In reply to#8374
> I prefer QT and you have qt-creator:
> http://qt.nokia.com/products/developer-tools
> and PyQT/SIP:
> http://www.riverbankcomputing.co.uk/software/pyqt/intro
>
> IMHO you will get a better looking thing than with gtk2.
>
>   
Thanks Aho , Will surely look into it .

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web