vote up -5 vote down star

I'm trying to convince my partner to use a python framework over PHP; but I'd be willing to compromise and use PHP, but I really really really do NOT want to use Zend (which is the framework he wants to use).

I figure I could use the stackoverflow community to help support (or not support for that matter) this argument.

flag
6  
Without a complete description of the requirements, I think this question is pretty much impossible to answer. – Kamil Kisiel May 22 at 23:44
2  
What exactly is it that you dislike about Zend Framework? – Emil H May 22 at 23:52
3  
I just changed from years of pure PHP web-development to Python. I would never go back (unless PHP got it's act together regarding syntax and consistent API) – Aiden Bell May 22 at 23:54
not a real question? – orlandu63 May 23 at 0:20
It looks that you just don't want to learn something new, a real programmer would be able to program in any language/framework thrown at them. I did lots of php, played with python, and never tried zend, but I don't see an issue with using it. – Osama ALASSIRY May 23 at 11:01

1 Answer

vote up 4 vote down

Write up some tasks in both php and python that are central, relevant, and hopefully the most complicated of your project.

The results, visually, and in lines of code should be pretty evident. If you see a difference in the maintainabilty and extensibility of one over the other, do it.

I don't mind PHP at all. Every tool has it's place, but it seems Python is less about fighting with syntax and standards and more about getting something built, well, and quickly.

Less code = fewer bugs = quicker release = quicker profitability

link|flag

Your Answer

Get an OpenID
or

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