|
|
|
|
|
by MichaelSalib
4673 days ago
|
|
Have I disputed this fact somewhere? Yes, when you were complaining that "These are the guys trying to cram Python into every possible goddamned use case". Proof that Python can't get the job done in that particular area. Python can't run at all without C code. Fortunately, Python interfaces really well with C and C++ and fortran. The fact that Python lets you be way more productive using fortran tools without having to know or suffer from fotran's glaring deficiencies seems like a huge plus to me. Reading and spitting out a .csv file from Fortran is trivial, despite its clunky IO syntax. Not really. People who do serious analysis need to make graphs. They need to push data back into SQL databases. They need to do all sorts of interactive analyses. They need to present their results and analytics to other people, including reviewers. They need to debug their analysis. All of that stuff is much easier with python than fortran. |
|
Which is where the aforementioned CSV files come in handy. Heard of GNUplot?