> Is Python slow?

Is Python slow?

Posted at: 2014-12-18 
It's not a big concern. Speed of development is worth more than final speed. Some big sites are written completely in Python (eg Dropbox). If you need more performance, you run more web servers.

I'm learning Python to use for web development. All I hear about is how slow it is compared to other languages. Is this a real concern for web development? Is this "slowness" negligible?