I started working on a web application. This application needs lot of image handling. I started off with PHP as it was the easiest and cheapest to host. I have used the .NET framework for some of my previous applications and I'm very comfortable with Python.
But I'm not at all comfortable using PHP now, so I have decided to use something easier for me.
Can anyone help me understand if the .NET framework or Python (currently web.py looks good to me) has some edge over others, considering a lot of image manipulation and let's say about 200 requests per second?
Also I would appreciate if someone can suggest a proper host for either of them.
EDIT:
Sorry for the confusion. By image handling I mean the users of the application are allowed to upload pictures that would be stored in the flat file system while their entries are in the database.
By image manipulation, I mean I would need to create thumbnails for these images too which would be used in the application.