What is better for web development Python+Django or PHP+Symfony ? And why?
A:
Both are said to be equivalent in quality. I prefer django, I find it easier to user for project handling and so.
The main difference is to find a webhosting that uses the "good" technology to host the django project: cgi is often provided but it's definitely not the best way to handle it. Meanwhile, Symfony has no complex dependances.
Aif
2010-06-07 10:51:55
+2
A:
- http://stackoverflow.com/questions/1486608/is-switching-from-php-to-python-worth-the-trouble
- http://stackoverflow.com/questions/62333/python-vs-php-python-runs-slower
- http://wiki.python.org/moin/PythonVsPhp
- http://python.about.com/od/gettingstarted/ss/whatispython_4.htm
- http://news.ycombinator.com/item?id=314143
- http://www.harbott.com/2009/03/11/php-to-django/
Sjoerd
2010-06-07 10:52:50