when building a web 2.0 application, which one is superior in terms of

  1. performance
  2. availability of features
  3. documentation
  4. ease of use

Python + Django combination or PHP + Zend combination?

Also how easy it is to migrate one to another, so if I have written stuff for PHP + Zend combination how easy is it to move them to the Python + Django option?

link|improve this question

I have provided an answer which indicates the subjective nature of the question. I wouldn't be surprised if people vote to close this. – Senthil Kumaran May 9 '11 at 5:11
feedback

closed as not constructive by Gordon, Jeff Atwood May 9 '11 at 10:54

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

There is no direct one-to-one step or howto available for migrating PHP+Zend to Python+Django as both are different, different languages and different design models. So, migration is not easy. For other comparison questions you have asked, the answer is it depends upon the use case. But just in case you are comparing for the project which you are going to undertake, go ahead with the one you are more familiar with and if you planning to start, then the answer will depend upon the camp you are asking. PHP camp will say start with PHP and it's framework and Python camp will say start with Python and Django. So, this is subjective too.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.