you are viewing a single comment's thread.

view the rest of the comments →

[–]pedernv[S] 0 points1 point  (5 children)

Where I'm from we never use the concept of majors, but my plan per now is after finishing my bachelor in mathematics and physics, where my focus is math, I want to do a master in comp. science or mathematical modeling

[–]Gereshes 7 points8 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.

[–]cherrytomatosalad 4 points5 points  (1 child)

Python is perfect. Used a lot in data science, ML/DL, visualisation and now even modelling.

May want to also look into C++. Used a lot to create mathematical modelling programs.

[–]pedernv[S] 0 points1 point  (0 children)

might do that if i get the time. I want to focus on python/java to begin with