PHP vs. Python

JZ spamerom at niet.com
Wed Dec 22 19:33:21 EST 2004


Dnia 22 Dec 2004 14:03:36 -0800, stephen.mayer at gmail.com napisał(a):

> Anyone know which is faster?  I'm a PHP programmer but considering
> getting into Python ... 

Python application servers (Webware, Skunkweb) can work much faster than
php. But it is true only for non-trivial code. Benchmark for "Hello world"
is a nonsense of course. 

But pure speed is not the all. Python can scale better, has cleaner and
consistent syntax, better standard libraries and is a common language
rather than specific script language for web only.

--
JZ



More information about the Python-list mailing list