lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
681 stars 176 forks source link

Phase out sympy and scipy #432

Open lukew3 opened 11 months ago

lukew3 commented 11 months ago

Sympy and scipy are large and can result in generators requiring more code and longer loading times than are necessary. We should aim to replace the few scipy and sympy function calls in our own python so that the package can become lighter.

Pranavtejar commented 11 months ago

what does the sympy and scipy packages do?

Pranavtejar commented 11 months ago

and also let me know where and how you have used these packages