Does Python scale?
(This is another thing I found myself writing on Quora and wanted to keep. The question was “Does Python have any scalability limitations?”)
“Scalability” is a term people like to throw around, but the less specific you are as to what you mean by it, the less substantial the answers will be. It is not a simple linear measure on which languages can be given some numerical score.
Languages and their implementations do have certain inherent performance characteristics, but in order to understand their relevance to your needs you have to get specific about your needs.