Is there any article/paper on what features the Python language has to offer? Why should one go with Python instead of any other language? What are the strong and the weak points of Python?
-
7http://wiki.python.org/moin/LanguageComparisons – Yacoby May 12 '10 at 16:18
-
1why I like Python: http://www.youtube.com/user/montypython?blend=1&ob=4#p/a/CDFEA6D52E5CC0EC/0/kQFKtI6gn9Y – msw May 12 '10 at 16:30
-
1Python vs Ruby http://stackoverflow.com/questions/673964/should-i-learn-ruby-or-python Python vs Perl http://stackoverflow.com/questions/150043/python-v-perl These two are probably the languages Python is most often compared to. – Jonik May 12 '10 at 16:46
4 Answers
Probably the prime reason I use Python is because it's very good at self-documenting. There are lots of other reasons too, but probably the best way to find out is to do something with it. Find a project and see what it takes to do it in Python. It may not be great Python code, but you'll learn more about how it suits you than from an essay. I know the first time I looked at Python, I didn't give it much chance (just looked like Matlab as far as I was concerned), but after using it for a couple of years, I have to say I have no regrets.

- 9,136
- 8
- 47
- 63
Paul Prescod Why I Promote Python has many good points why python is a good choice.

- 206
- 2
- 2
Why Python? Because all the cool kids are doing it.
Disclaimer: I just noticed "popularity-contest" running on my machine so I investigated. Although quite useful for QA and planning, one can't actually derive any meaning from that graph which could at least as well be explained by the rise of Ubuntu installations and their Python based administrative tools. This link is for amusement purposes only, void in Idaho and Nebraska.

- 42,753
- 9
- 87
- 112