> Is it possible to create enterprise applications (in the same context > of Java EE applications, highly concurrent, distributed ...) with > Python? > I'm still playing around Python but it seems to it is best fits in > public web sites (YouTube), news sites, forums ...
while "enterprise" is a rather nebulous description, you seem to address the "highly concurrent, distributed" bit, as the at least YouTube meets that description. Django sites have withstood slashdottings, so traffic volume does not seem to be a problem. If the question is "can it handle business logic rather than just be a system for writing blog software and news sites?" then most certainly. Several of the Django sites I've authored (they're internal rather than public-facing) for my company which are far more process-oriented in terms of business-rules. They include dynamic reporting, data-entry, business-rule enforcement, and process-flow. -tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---