my ideas related to this project. 1) natural language queries ex."limit (1/x) when x goes to zero" in this case we need to output :: "Did you mean: limit(1/x, x, 0)?" like this.
2) improve parsing ex."x + sinx" in this case we need to output :: "Did you mean: x + sin(x)?" like this. 3) input keyboard wolframalpha have symbol keyboard so that user can make expression easily using keyboard.we need to implement that. 4) perhaps replacing the notebook with an IPython notebook that means we need to add some functionality for user.User can change variable value.etc and we need to plot according to value change.we can do this using ipywidgets <https://github.com/ipython/ipywidgets>. 5) web design i want to use materializecss <http://materializecss.com/> or Bootstrap <http://getbootstrap.com/> for design. -- 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/71df2fa6-4ac9-42b8-aefa-b0e4ed5545e5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
