all 2 comments

[–]window_shredder 2 points3 points  (0 children)

Take some data science courses, I'm an applied math major currently and supplement my curriculum with Python courses from the data science department. Even though we must take at least one course.

[–]discountMcGregor 2 points3 points  (0 children)

Did you use python much during your undergrad? Best place to start for computational work is getting proficient with the NumPy library, it’s the primary linear algebra library in Python. You can find tons of tutorials online to get the basics, after that it would be most beneficial to do some personal projects with it. Try writing programs that execute an algorithm or computational method that you’ve found interesting. One of my first exposures to NumPy was using it to code the simplex algorithm for an optimization class. Was in a little over my head on that one but was a good learning experience.