Re: Web based application in python

2006-05-21 Thread Ravi Teja
>> I would like to know whether it is possible to develop web based application >> using Python. Any general purpose language may be used for developing web applications. Even your favorite shell language. You should really at least read the python.org main page before asking this question. It po

Web based application in python

2006-05-21 Thread Manoj Kumar P
Hi, I would like to know whether it is possible to develop web based application using Python. If yes, what are the challenges or areas I've to concentrate. How would be the performance, handling hits, scalability etc? What are the pros and cons of using python in place of JAVA or J2EE? Thank Y