show/hide this revision's text 2 Dangling sentence!

What I love about Python is that it is incredibly quick to get going and test stuff out. The command line interpreter lets you easily write out a quick script to see if it works.

I like the lightweight syntax of it. Mandatory whitespace is weird at first, but you get used to it. I don't like all the curly braces and semicolons in more "traditional" languages anymore (and the excessive wordiness of VB.NET is right out).

I love the web frameworks for it. I've been playing with Django and Pylons recently, and they're both pretty good. I was able to get some useful web apps up very quickly with them.

Of course, the same could be said (more or less) about Ruby too.

show/hide this revision's text 1

What I love about Python is that it is incredibly quick to get going and test stuff out. The command line interpreter lets you easily write out a quick script to see if it works.

I like the lightweight syntax of it. Mandatory whitespace is weird at first, but you get used to it. I don't like all the curly braces and semicolons in more "traditional" languages.

I love the web frameworks for it. I've been playing with Django and Pylons recently, and they're both pretty good. I was able to get some useful web apps up very quickly with them.

Of course, the same could be said (more or less) about Ruby too.