If I do a google search with the string "python productive" the first results is a page http://www.ferg.org/projects/python_java_side-by-side.html claiming that "python is more productive of Java". Many Python programmers that I have talked with claim that Python is "more productive", and most of them report the arguments listed in the above cited article.
The article could be summarized in these stametements:
- Python allow you write terser code
- A more terser is written in lesser time
- Then Python is more productive
But the article does not reports any statisticals evidences that support the hypothesis that a more terse code could be developed (not written) in lesser time.
Do you know if there any article that reports statistical evidences that Python is more productive of something else?
Update:
I'm not interested in adovacy arguments. Please do not tell why something should be more productive of something else. I'm interested in studies that measures that the use of something is related or not related to the productivity.
I'm interested in statisticals evidences. If you claim that the productivity depends from many other factors then there should be a statistical study that proves that the language choiche is not statistically correlated to the productivity.