Python is slow

Dan Upton upton at virginia.edu
Thu May 22 13:24:12 EDT 2008


On Thu, May 22, 2008 at 12:14 PM, cm_gui <cmgui2 at gmail.com> wrote:
> Python is slow.    Almost all of the web applications written in
> Python are slow.   Zope/Plone is slow, sloow, so very slooow.  Even
> Google Apps is not faster.   Neither is Youtube.
> Facebook and Wikipedia (Mediawiki), written in PHP, are so much faster
> than Python.
> Okay, they probably use caching or some code compilation -- but Google
> Apps and those Zope sites probably also use caching.
>
> I've yet to see a web application written in Python which is really
> fast.

Really fast, or fast enough?  Because "fast enough" is all that really
matters.  I don't notice any difference in HTML load time between your
various examples, what's slower is downloading all of the thumbnails
or doing AJAX calls.



More information about the Python-list mailing list