Can you guys please give me some examples of mathematical programs using class in python ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Can you guys please give me some examples of mathematical programs using class in python ?

24th Mar 2018, 4:23 AM
Hakkim S
3 Réponses
+ 2
Your question looks like homework assignment. Here in SoloLearn you can find many examples. Try looking in the neural network lesson and in the Python lessons. Numpy and matplot are very common. For AI take a look at https://www.kdnuggets.com/2018/02/top-20-python-ai-machine-learning-open-source-projects.html
25th Mar 2018, 3:53 AM
Edward
Edward - avatar
+ 1
Off the top of my head, I don’t know any applications that are for math. But most applications will use some math. Blender is an open source 3D modeling program that uses math in many areas. A lot of math is done through numpy. I’m assuming you’re asking because you want inspiration for your own.
25th Mar 2018, 1:03 AM
Ariela
Ariela - avatar
+ 1
Run this in Pydroid - it's a simple math learning program that uses oop: https://code.sololearn.com/cpi4kzhQ8JDq/?ref=app
1st May 2018, 8:45 PM
Johannes
Johannes - avatar