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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to