Is Python good for highload web projects?

Posted by Vitali Fokin on Stack Overflow See other posts from Stack Overflow or by Vitali Fokin
Published on 2011-01-13T10:31:50Z Indexed on 2011/01/13 10:53 UTC
Read the original article Hit count: 200

Hello!

I decidet to start my own web project. It should be highload project, and I can't decide which technologies should I use. I'm good in ASP.NET MVC, but I like languages like Python more than C#. I read a lot about Python and Django/Pylons/etc but I didn't find any good examples of highload projects on python.

So, the question is: Is Python good for highload project? Is it enough fast? And if it is, are python frameworks like django/pylons/etc good for this? Or asp.net mvc will be better choice?

PS, I'm not interesting in Java, Ruby and PHP :) So, I'm choosing only between Python + django/pylons/etc and asp.net mvc.

Thanks in advance. Please, don't make holywars :)

© Stack Overflow or respective owner

Related posts about python

Related posts about asp.net-mvc