building a GUI

brice.fernandes at gmail.com brice.fernandes at gmail.com
Sun Sep 23 12:28:44 EDT 2007


On Sep 23, 4:28 pm, stef mientki <stef.mien... at gmail.com> wrote:
> yadin wrote:
> > if i were up to make a GUI chich are the advantages of choosing python
> > over matlab or java?
>
> As MatLab has a very lousy GUI,
> any other language would be an advantage ;-)
>
> The best is Delphi,
> second is VB,
> then comes SciLab, Python, etc
> I don't know where Java fits in.
>
> But as Wildemar said, your question is much to broad.
>
> cheers,
> Stef

Form a newbie's point of view, Java's Swing Libraries (gui stuff) are
pretty easy to get to grips with, if a bit big. They are also
incredibly well documented, and are distributed by sun with the core
language.

Compared to most python toolkits, they are approximately as complex,
but far better documented. The other good thing compared to python is
their integration at the language API level rather than as a
supplementary module. A quick look at the 1.6 swing tutorial will tell
you whether this is something you'd like to use:
http://java.sun.com/docs/books/tutorial/uiswing/start/index.html

hope this helps

brice




More information about the Python-list mailing list