0
Is python useful for math
Hi i am math faculty , i want to build a online tutorial on my own, what languages i should learn
1 Answer
+ 5
I don't think Python especially helps you in maths.
Learning almost any programming language would help you to understand booleans and functions.
I think other advantage could be that you can use variables, if you for example had a function with many variables, you could assign the variables to anything and the program will automatically pass them to the function and make a result.
You can also automate many things.
Program could calculate a complex function thousand times in second.