Tony @ Tue Oct 22, 2013 9:47 pm wrote:
BigBear @ Tue Oct 22, 2013 3:10 pm wrote:
Does that mean you prefer Python over Ruby?
It means it depends on the application. If I want to perform simulations for a writeup such as
http://what-if.xkcd.com/25/ and I need something that will give me
"scientific-grade astronomical computations" (
http://rhodesmill.org/pyephem/ ) then Python is where it's at.
If I want a web application, then Ruby has much better frameworks.
That's funny, I remember Python getting bizarre answers for the simplest math calculations. 4/2 = 1.9999999999999999999999999, or something like that...