Python course suggestion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python course suggestion

Hello, I'm about to finish Python for Beginners course and I'd like to learn how to apply numerical method analysis with Python. Do you have any course suggestion in Sololearn regarding numerical methods with Python? Or what course do you think should be next for me? Thank you in advance!

28th Jan 2022, 1:31 AM
Isik B
Isik B - avatar
1 Answer
+ 5
You will need to go through all the regular Python courses (beginners, intermediate, core, data structures etc) and then take the Data Science course (you may also want to do the machine learning course). After which you should learn the following packages very well; matplotlib, Numpy, Pandas, SciPy, and Sympy. You may also want to learn Pytest for testing purposes or another package. You probably want to use an IDE like Spyder or another Ipython based IDE. You will not learn everything you need here and will need external resources to accompany your education for numerical analysis. Have fun, good luck!
28th Jan 2022, 2:00 AM
ChaoticDawg
ChaoticDawg - avatar