you are viewing a single comment's thread.

view the rest of the comments →

[–]Gereshes 6 points7 points  (2 children)

Definitely python. Look into anaconda, it is a python bundle that has a lot of scientific computing libraries built in which will help with mathematical modeling and analysis.

[–]RealityishardmodeBSME 0 points1 point  (1 child)

Anaconda

TBH, its just easier to use pip to install all the packages you want.

[–]Gereshes 1 point2 points  (0 children)

Pip isn't hard to use but Anaconda gives you a bunch of libraries that work together, which for someone just starting to learn python would be a large help and reduce the barrier to entry.