Pythonic gui format?
Christoph Zwerschke
cito at online.de
Tue Feb 14 07:13:25 EST 2006
Bruno Desthuilliers schrieb:
> Gregory Petrosyan a écrit :
>> I am currently seeking for pythonic alternative for XML.
>
> A pretty obvious one is dicts and lists. What about (Q&D):
>
> window = {
> 'title' : 'Hello World!'
> 'image' : {'text' :"nice picture here",
> ...
I think this is pretty much the approach of PythonCard
(http://pythoncard.sf.net) with its resource files.
Bruno, before writing another simple GUI, have a look at PythonCard.
Maybe it already does what you want.
-- Christoph
More information about the Python-list
mailing list