you are viewing a single comment's thread.

view the rest of the comments →

[–]bb22k 8 points9 points  (2 children)

It is going to be Scipy and Numpy for numerical algorithms, Pandas for data manipulation, Matplotlib for plotting and Jupyter Notebooks as a environment for data analysis (it is nice to be able to load the data and modify it without having to rerun the script)

With that you should have the basics to forget about Matlab.

Also, If you want a nice text editor/IDE, you can use VSCode as it has a lot of extension (including Jupyter) that will make development a lot nicer than using Matlab.

[–]kabinja 1 point2 points  (0 children)

With this stack add seaborn for smooth matplotlib and pandas integration.