John Salerno wrote: > Bruno Desthuilliers wrote: > >> Googling for "python is not java" may be a good start. > > I have a question about this section of a blog with that title. I'll ask > the question first so it doesn't get lost at the bottom: does the > following opinion of XML apply to GUIs? (i.e., using an XML resource to > define a GUI layout rather than coding it yourself). > There's a difference between not using XML and direct hand-coding - Python is fairly usable as a configuration language (much more than XML IMHO).
Now when it comes to GUI toolkits, they are usually coded in another language, and usually come with language-agnostic GUI designers that use XML. So the point is already solved somehow !-) -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list