Hacker News new | ask | show | jobs
by yellow 4841 days ago
I'm pushing for more python use at my company as well. It's tough as everyone is drinking the ruby kool-aid.

P.S. I really enjoyed your talk at QCon SF last year!

1 comments

> It's tough as everyone is drinking the ruby kool-aid.

Ruby and Python are similar in terms of execution speed and developer productivity. If your work requires something that Python has and Ruby doesn't(say numpy), then it might make sense; otherwise what would you accomplish by switching from Ruby to Python?

what would you accomplish by switching from Ruby to Python?

Simpler syntax?

A larger and more varied developer community, resulting in applicability to a wider range of problems.