Why Python is not so popular?

Hello,
Do you have any suggestions? I want to know your opinions why Python is not so popular in web env. Thank you!

Well, Python, as I recall, was originally designed to be more "graphically friendly" compared to other languages. That construct is not so useful in an environment where the user interface is the browser. Hence, the rise of PHP, for example, with a different design goal.

As I know Google's search engine is closely connected to python. But I don't have other names.

Wikipedia has a nice article on Python:

Python programming language - Wikipedia, the free encyclopedia

Also, there is a nice article on the Google platform:

Google platform - Wikipedia, the free encyclopedia

Some info from Wikipedia, FYI:

I think it's pretty popular. There are a few frameworks available too. I happen to like Pylons and/or Django.

Matter of choice, I'd say. As far as I know Guido van Rossum, python's author, is working with Google to help them in their projects, but it was half-time day or something similar. Personally I don't find python useful for my tasks, now and before, there's nothing I couldn't do in Perl, so that I have to use Python, the indentation is confusing me a lot, and I'm not used to not having end-of-line symbol. But please, let's not make the thread of that sort : "I don't like python, I like PHP instead". I know few people that made some really impressive stuff in Python, as well as the KDE guys.
So, again, matter of choice, but I also agree that there's less press noise for python recently.

Python finds meaning in indentation, while HTML eats whitespace for lunch. Not a match made in heaven.