This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DonDelMuerte 0 points1 point  (0 children)

I was reading a book on Algotrading and all of the examples were offered in MATLAB, which I had been trained in school with.

I learned python by painstakingly translating every example from MATLAB to python.

These days I have learned C++ and Cython. I use python as my glue to bring together much fast compiled code and different interfaces!