I believe you are not looking for general benchmark? Aren't you? because there are tonnes of benchmark or research already done by bloggers http://www.google.com.my/search?q=php+vs+python+benchmark
btw, as my personal preference and research - speed python saves a lot time to write codes than php, less bloated classes, in term of my "speed". - scalability for web frameworks, Django+nginx+uwsgi+SQLite only consumes about 5MB RAM but symfony+nginx+fcgi+SQLite eats up to 50MB! and I did do a test on a machine with 32MB RAM and 266Mhz cpu, Django works just well. - syntax for sure python is cleaner and easier to understand. Less "syntax error" when you missed a semicolon etc... But it's a pain if you have bad indentation habit. - choice of language you do know when you should use php or python for your projects. I am always use php for a simple web development and python for a simple console or daemon application. - programmer >> It seems that it is harder to find a Python programmer then a PHP programmer >> in Msia. It's true and it's sometimes not a big problem. Just like a people who can speak several languages or cannot. Sometimes it's necessary to know several languages when you meet people who can't speak you language. So come on, learn your third language! But the problem is the eager to learn new languages. Just like a people who learned VB 15 years ago, still using VB because he believes VB can do _anything_ and he don't want to waste his time by learning new languages, therefore he can spend more time with family and friends. But I believe writing an application in Python or PHP sometimes take _much_ less time than VB and you can get more family and friends. Your call. The most debating topic is python vs ruby btw. Python FTW! Hasanuddin Abu Bakar ------------------------------- Ubuntu embedded developer/tester https://wiki.ubuntu.com/bizkut Get FireGPG for your Firefox! http://getfiregpg.org PGP Public Key http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xC5A1B11965D43C5C On Tue, Apr 13, 2010 at 2:32 PM, Raja Iskandar Shah <[email protected]> wrote: > my team does php. because that's what the majority of our target market uses > and wants. > > second to that and rising fast is javascript. > > but as sweemeng points out, python is an attractive language and perhaps an > easier option compared to java for us to go into web, desktop and mobile > platforms. > > > > > > > > > On Tue, Apr 13, 2010 at 2:03 PM, Adzmely Mansor <[email protected]> wrote: >> >> update version of my previous link: >> http://wiki.w4py.org/python-vs-php.html >> >> On Tue, Apr 13, 2010 at 1:16 PM, Adzmely Mansor <[email protected]> wrote: >>> >>> http://wiki.python.org/moin/PythonVsPhp >>> >>> On Tue, Apr 13, 2010 at 11:23 AM, nuhaa <[email protected]> wrote: >>>> >>>> hola guys, >>>> php vs python? yeapp this going to be interesting >>>> php and python hardcores pls put in ur input - we're interested to see >>>> how the battle goes muahahahahaha >>>> OSCC is doing a benchmark on those 2 .. things we're looking at: >>>> - scalability >>>> - namespace >>>> - speed >>>> - syntax >>>> - .. put ur input here .. >>>> of course we're not looking for winner here, only to weigh the pros n >>>> cons for both languages >>>> if you have references, please kindly provide ;) >>>> thx >>>> >>>> Nuhaa All Bakry / cawanpink >>>> http://cawanpink.net >>>> http://fosschix.my >>>> >>>> -- >>>> Join Open Source Developers Club Malaysia http://www.osdc.my/ >>>> >>>> Facebook Fan page >>>> >>>> http://www.facebook.com/group.php?gid=98685301577 >>>> >>>> http://www.facebook.com/OSDC.my >>>> >>>> You received this message because you are subscribed to the Google >>>> >>>> Groups "OSDC.my Mailing List" group. >>>> To post to this group, send email to [email protected] >>>> To unsubscribe from this group, send email to >>>> [email protected] >>>> For more options, visit this group at >>>> http://groups.google.com/group/osdcmy-list?hl=en >> >> -- >> Join Open Source Developers Club Malaysia http://www.osdc.my/ >> >> Facebook Fan page >> >> http://www.facebook.com/group.php?gid=98685301577 >> >> http://www.facebook.com/OSDC.my >> >> You received this message because you are subscribed to the Google >> >> Groups "OSDC.my Mailing List" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/osdcmy-list?hl=en > > -- > Join Open Source Developers Club Malaysia http://www.osdc.my/ > > Facebook Fan page > > http://www.facebook.com/group.php?gid=98685301577 > > http://www.facebook.com/OSDC.my > > You received this message because you are subscribed to the Google > > Groups "OSDC.my Mailing List" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/osdcmy-list?hl=en -- Join Open Source Developers Club Malaysia http://www.osdc.my/ Facebook Fan page http://www.facebook.com/group.php?gid=98685301577 http://www.facebook.com/OSDC.my You received this message because you are subscribed to the Google Groups "OSDC.my Mailing List" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/osdcmy-list?hl=en To unsubscribe, reply using "remove me" as the subject.

