|
|
|
|
|
by jvanderbot
900 days ago
|
|
Python itself isn't really used for scientific computing. Pythons bindings to high performance libraries, many of which use Fortran under the hood, are used for scientific computing. Combined with the ease of displaying results ala Matlab but much less of the jank, and you have an ideal general purpose sci comp environment |
|
If I were to start again today, I think I'd give Julia a look, though.