Not every language is designed to do everything. For example, Perl is a text processing language. It gets used for web processing because, guess what, web pages are primarily text. It does it fast, and it does it well. Python, on the other hand, is not designed for the same thing. Python is an OOP language designed to do the same types of things that C and C++ developers do, except easier to write/debug and with higher level data types at the sacrifice of speed. Entire webservers can be written in about 75 lines, if that. So do your homework or something before making silly posts. You totally free to knock Python for whatever reason you don't like it, but to say it sucks compared to Perl is like saying a Ferrari sucks compared to a pickup truck because a Ferrari can't carry as much dirt. You're not comparing two similar things.
(Version 2.3.3)