There is a GUI for IPython, which is their qtconsole. I think it would be a waste of time to rewrite something like that. Perhaps it would be possible to extend that to make things work better with SymPy. I don't actually know to what degree it is extensible. Maybe you could be more specific on what you want to do here.
The SymPy Live/Gamma project is a nice one. There are plenty of things that could be done to improve these. Just play around with them, and then play with something like WolframAlpha (using math; we don't really care so much about the other knowledge stuff), and see how they differ. You'll see that there are a lot of good ideas in WolframAlpha that we can implement, and there are also things that they don't do so well that we could improve upon. We have the potential to make a more compelling product than WolframAlpha because, unlike Mathematica, SymPy is free, so we will not have any "Pro" restrictions, and if the user wants, he can just download SymPy onto his computer and continue computations there. Aaron Meurer On Wed, Feb 22, 2012 at 11:38 AM, dekozo <[email protected]> wrote: > Hello, I'm interested in participating on gsoc 2012 and since I'm > comfortable with python and I really like math, sympy seems to be the > only sane choice. I started contributing by translating the site into > Portuguese but I had an idea worth of a gsoc project (I guess). > I think the examples would be more effective if there was a GUI > (curses/gtk/qt or whatever) which the user could modify the code, > where he could input any valid value and also have the inputs that > already are available on the examples as suggestions. > Since my math skills are no match to several other applicants (I > presume), I think I could help by improving the SymPy-live and/or > Gamma SymPy websites by making it more 'user friendly' and adding some > of the others SymPy features as suggested on the github page for gsoc > ideas (https://github.com/sympy/sympy/wiki/gsoc-2012-Ideas). > Can someone give me suggestions for the applications and if the GUI > examples project would be worth of doing on gsoc? Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
