> Python has good database support, it works well on a wide range of
> platforms, and it's great at tying together different processes, machines,
> etc. - for example, it's fairly easy to get Python to access C code,
> dynamic libraries, system APIs, and external programs. It's easier to test
> than Java code as well, and the overal cost of change is lower.

Python has good DB support - but only simple connectors (like JDBC).
ORM in Java (like Hibernate) are much better than ORM in Python (probably the 
best is sqlobject). How you can write huge OO app without ORM ?
IMHO supporting libraries for bussiness apps are better in Java (don't flame 
please).

EHP
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to