+ 1
Which programming language contains less mathematical computations?
Alternative
2 Answers
+ 8
The amount of basic mathematical computation would be pretty similar in any language but languages like Python have libraries that make you write less code when it comes to more complex computations.
+ 3
Computers are about computation; what else would you want them to do?
So there's no way to really evade the topic if you want to write code (if you use Python, you're just using more code other people have written before).
Luckily, it gets easier with practice.