In <[EMAIL PROTECTED]>, Edward Diener
No Spam wrote:

> I believe that Python should have a common components model for all RAD 
> development environments, as that would allow the Python programmer to 
> create a set of classes representing components which would work in any 
> environment. I want to immediately point out that components do not 
> simply mean visual GUI components but what may be even more important, 
> non-visual components. Having used RAD development environments to 
> create applications, I have found such environments almost always much 
> better than coding complex interactions manually, and I believe that 
> visual development environments are almost a necessity in today's world 
> of large-scale, multi-tier, and enterprise applications.

IMHO those RAD tools in other languages are in place to avoid writing much
boring boiler plate code.  At least that is what those tools usually
produce: tons of code that the programmer should leave alone or the round
trip, RAD tool → code → RAD tool, does not work anymore.  If you come
across such a situation while programming in Python it is almost always
easy to factor out most of it.  Python itself is a RAD tool.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to