Name:
Anonymous
2011-12-05 10:39
Seriously asking, for the people that like python, why do you like it, and what do you normally use it for?
Name:
Anonymous
2011-12-05 11:55
For a while ruby and python were the only two practical choices for web development that weren't completely dreadful.
I chose python as:
It has a single callable type and not a clusterfuck of procs, lambdas, sprogs and dongles.
No-one is going to write incompatible versions of String.toLookAtMeImARockStarBlogPost
It is slow but not stupid slow.