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


Groups > comp.lang.python > #91036

Re: Camelot a good tool for me

From Laura Creighton <lac@openend.se>
Subject Re: Camelot a good tool for me
References <87zj4xoxfd.fsf@Equus.decebal.nl>
Date 2015-05-22 15:03 +0200
Newsgroups comp.lang.python
Message-ID <mailman.216.1432299860.17265.python-list@python.org> (permalink)

Show all headers | View raw


I don't know anything about Camelot.  Tkinter produces widgets that are
in no way as pretty graphically as is expected nowadays -- or indeed for
at least 15 years.  If this matters to you -- or if you are building for
customers if it matters to them, then Tkinter is not a good choice.

Widget libraries are more different than they are similar. So while
learning one can give you some very basic ideas about how widgets work,
and what a callback is, etc -- it doesn't smooth the learning curve
for learning what it is you eventually want to use all that much.
If you already know where you are heading for, then I would just start
learning that.

That said, most of the code I write for me, has, for the longest time
used Tkinter.  I don't care all that much about the ugliness, and I
can write them quite quickly.  How much this has to do with Tkinter
programs being smaller than similar programs in other systems -- some
gui toolkits are _really_ _really_ verbose -- and how
much this has to do with the fact that I am familar with Tkinter I do
not know.

A final concern is where would you like to run these programs when you
are done writing them.  These days, I want most of the new things I
write for me to run on my 7 inch android tablet, and Tkinter doesn't
run there.  About 6 months ago I started learning kivy and am
using this for widgets now -- and converting some of my old programs
to use kivy. Kivy works with both Python 2 and Python 3, runs on
the desktop as well as in mobile devices, and produces the prettiest
widgets you could ask for.  It's under active development, and comes
with a huge directory of examples showing how to use the various
widgets.

So if you are still shopping for a widget kit, it is worth a look.

Laura

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


Thread

Camelot a good tool for me Cecil Westerhof <Cecil@decebal.nl> - 2015-05-22 09:59 +0200
  Re: Camelot a good tool for me Dan Sommers <dan@tombstonezero.net> - 2015-05-22 12:38 +0000
    Re: Camelot a good tool for me Ben Finney <ben+python@benfinney.id.au> - 2015-05-22 23:02 +1000
    Re: Camelot a good tool for me Cecil Westerhof <Cecil@decebal.nl> - 2015-05-22 15:11 +0200
      Re: Camelot a good tool for me Tim Golden <mail@timgolden.me.uk> - 2015-05-22 14:29 +0100
      Re: Camelot a good tool for me Laura Creighton <lac@openend.se> - 2015-05-22 15:57 +0200
      Re: Camelot a good tool for me Lele Gaifax <lele@metapensiero.it> - 2015-05-22 19:24 +0200
      Re: Camelot a good tool for me Chris Angelico <rosuav@gmail.com> - 2015-05-23 03:37 +1000
      Re: Camelot a good tool for me Laura Creighton <lac@openend.se> - 2015-05-22 19:56 +0200
      Re: Camelot a good tool for me Lele Gaifax <lele@metapensiero.it> - 2015-05-22 21:12 +0200
      Re: Camelot a good tool for me Chris Angelico <rosuav@gmail.com> - 2015-05-23 18:59 +1000
      Re: Camelot a good tool for me Lele Gaifax <lele@metapensiero.it> - 2015-05-24 15:15 +0200
  Re: Camelot a good tool for me Laura Creighton <lac@openend.se> - 2015-05-22 15:03 +0200
    Re: Camelot a good tool for me OT beauty of Tk Christian Gollwitzer <auriocus@gmx.de> - 2015-05-22 21:52 +0200
      Re: Camelot a good tool for me OT beauty of Tk Laura Creighton <lac@openend.se> - 2015-05-22 22:13 +0200
  Re: Camelot a good tool for me Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-22 15:24 +0100
  Re: Camelot a good tool for me felix <felix@epepm.cupet.cu> - 2015-05-22 10:50 -0400
  Re: Camelot a good tool for me Tim Chase <python.list@tim.thechases.com> - 2015-05-24 07:05 -0500

csiph-web