|
|
|
|
|
by schneems
3207 days ago
|
|
This. Most schools are moving away from C or Java being their primary language. Most comp sci professors acknowledge the usefulness of a scripting language and so when they need to pick one, they pick one they have the most familiarity with. Due to numpy and scipy this tends to be Python over Ruby. Also many things about python that I don't like such as `len` being a function rather than a method on a list are very trivial when coming from a language like C which has hordes of tiny inconsistencies. The whitespace thing in python is pretty gimmicky but does also hold a certain amount of pedantic appeal. |
|