Why use Python?

Alex Martelli aleax at aleax.it
Wed Aug 29 04:30:37 EDT 2001


"CoffeeKid" <coffeekid at pacbell.net> wrote in message
news:Q5%i7.11135$PA2.137160 at news.pacbell.net...
> Can somebody tell me why I would want to use Python over VB
> for Windows programming?  I've seen several comparisons between
> Python and other language but not VB yet.

With Python you don't get all the rich environment of tools
that come with VB, but you get a much better language.  And
it doesn't have to be either-or: if for example you like the
way you paint GUI's with VB (I think they look tacky, but
tastes differ), you can keep painting them that way AND still
keep your "business logic" in Python thanks to the magic of
COM.  O'Reilly's book on "Python Programming in Win32" does
a very good job covering coexistence between Python and such
other languages as VB or Delphi -- it doesn't have to be a
one-language world:-).


Alex






More information about the Python-list mailing list