show/hide this revision's text 2 typo fix

Python and Ruby are both effective for what you've described. Python has a larger user base, has more libraries, and more documentation. It's more likely you'll be able to find help with Python code if you run into difficulties.

They do have differences in style and attitude. For example, Ruby has code blocks while Python uses iterators/generators. Ruby people tend do to do things like use Ruby's open classes which, while possible in Python, is frowned upon. It's partially a cultural difference - how important are the expressive needs of a single programmer over the cohesiveness of a group?

Me, I chose Python a long time ago, so I'm rather biased and stuck in my ways. ;)

If you were only doing web development then the weighting factors are different. There's a lot of information about Ruby on Rails, while the nearest Python equivalents (Zope and Django) don't have the same mind share.

show/hide this revision's text 1

Python and Ruby are both effective for what you've described. Python has a larger user base, has more libraries, and more documentation. It's more likely you'll be able to find help with Python code if you run into difficulties.

They do have differences in style and attitude. For example, Ruby has code blocks while Python uses iterators/generators. Ruby people tend do do things like use Ruby's open classes which, while possible in Python, is frowned upon. It's partially a cultural difference - how important are the expressive needs of a single programmer over the cohesiveness of a group?

Me, I chose Python a long time ago, so I'm rather biased and stuck in my ways. ;)

If you were only doing web development then the weighting factors are different. There's a lot of information about Ruby on Rails, while the nearest Python equivalents (Zope and Django) don't have the same mind share.