• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Thoughts on Python

Joined
12/7/08
Messages
388
Points
53
We all know Python is great for scripting, but what are people's thoughts on its use in scientific computing?

For instance, I see little use for Matlab now considering the numpy/scipy/matplotlib libraries for Python. Similarly surely R will become obsolete with Python's stats libraries? It's more convenient to use just one language rather than jumping between matlab/R/Octave/etc.

Agree/Disagree?
 
I like python+numpy+scipy+matplotlib. I am making an effort to ditch R and MATLAB for this new stack.

That said, I am making a serious effort. Remember that programming languages are habits of the mind. People use what they are familiar with. If it's a suboptimal choice, they will often keep working with it until it becomes excruciating, simply because the cost of switching to something new is so high.

R and MATLAB also have their own value. MATLAB for its toolboxes, R for its large array of stats packages. One thing I may do as I go forward is translate those R packages that I find useful.
 
Back
Top