Hi Bhautik, I would look at the issues list for SymPy Live[1] and SymPy Gamma[2].
For SymPy Live, I would say the biggest problem is how it is implemented - it tries to preserve a user session by pickling all globals, but this does not always work, and so it falls back to re-evaluating statements. This is slow, and causes confusing behavior when one of the statements is not completely deterministic. The other problem is that we would like to have different versions of SymPy available for the live shell in the docs, so that we can make sure the docs and the shell line up. For SymPy Gamma, I feel the implementation is not quite flexible enough. There are quite a few improvements that could be made and this is more up to you to decide what can be done. Please feel free to ping me with questions, since I'm probably the developer who most recently worked with either codebase (and admittedly I haven't been as active as I would have liked these past few years). [1]: https://github.com/sympy/sympy-live/issues [2]: https://github.com/sympy/sympy_gamma/issues Best, David On Friday, March 17, 2017 at 7:58:52 PM UTC-4, mvnnn wrote: > > Hi, > > How should i search for a mentor of SymPy Live and SymPy Gamma (on Google > App Engine) project? > > Regards, > Bhautik > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/c23c238a-efef-4426-acf6-135f4abe0517%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
