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


Groups > comp.lang.python > #21393

RE: GUI components in python

From "Prasad, Ramit" <ramit.prasad@jpmorgan.com>
Subject RE: GUI components in python
Date 2012-03-08 19:00 +0000
References <CAJJmO1XiGTboC4H7qhS5Yt4KfNHp5orPWqZNrKZk6AF9S0Ormw@mail.gmail.com> <1331230902.3087.22.camel@linux-dauq.site>
Newsgroups comp.lang.python
Message-ID <mailman.517.1331233261.3037.python-list@python.org> (permalink)

Show all headers | View raw


> > I am stuck with the brain workshop software implemented using python.
> > The code involves a lot of GUI elements and i am familar only with the
> > basic python programming.
> > I would like to know whether there are built in classes to support GUI
> > elements or arethey project dependant.
> 
> There are wrappers for various GUI toolkits/technologies such as PyGTK
> for using Gtk in Python.  These wrappers often provide quite a bit of
> assistance and tools for working with that technology.
> 
> You need to ask more specifically to get a more useful answer?

The TKinter library ships with Python.  So I guess that would be the
"built-in" classes. Usually though the UI is project dependent and
there are several frameworks depending on the features you want.

This may help list some of the frameworks and help you choose: 
http://www.awaretek.com/toolkits.html 


Ramit


Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology
712 Main Street | Houston, TX 77002
work phone: 713 - 216 - 5423

--


This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

RE: GUI components in python "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-08 19:00 +0000

csiph-web