[Tutor] Large Scale Python websites

Kent Johnson kent37 at tds.net
Tue Aug 7 13:15:36 CEST 2007


OkaMthembo wrote:
> Hi all,
> 
> Is anyone aware of any large scale web apps developed in Python? Please 
> let me know of any that you know of...

http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html
http://www.davidcramer.net/curse/44/what-powers-curse.html
http://www.cogitooptimus.com/2007/03/21/deploying-trenchmice/
http://immike.net/blog/2007/07/06/interview-with-leah-culver-the-making-of-pownce/

Note that none of these are *just* Python, they all combine Python / 
Django with caching, load balancing and front-end servers.

Don't know if any of these are large-scale...
http://code.djangoproject.com/wiki/DjangoPoweredSites

Kent


More information about the Tutor mailing list