what is the best technolgy for doing numerical calculation on serverside? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is the best technolgy for doing numerical calculation on serverside?

if you want doing some part of the calculation of your scientific or engineering web application(ie finite element app) which technologies or languages or frameworks is your suggestion for backend and optimising the usage of machine resources...

5th Feb 2018, 8:45 PM
vahidst
vahidst - avatar
1 Answer
+ 5
I would use python with its powerfull math/scientific libraries, numpy and scipy. Then I would serve it with a webframework like web2py or cherrypy.
6th Feb 2018, 3:44 AM
Louis
Louis - avatar