Is Python suitable for a huge, enterprise size app?

EHP python at ehp2.hostinx.com
Wed May 18 15:08:03 EDT 2005


> 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



More information about the Python-list mailing list