I would suggest to work on Jupyter/IPython notebook integration instead of an independent GUI from scratch.
Some reasons: - There are far many more HTML/Javascript programmers than specific widget engines (Qt, GTK, Tkinter, and so on). - Jupyter notebooks are becoming a de facto standard, they are used by lots of different projects across multiple programming languages. - An independent project started by few people may end up dead if there's no following, Jupyter is already quite influential and has a lot of funding. It may be hard to integrate the tools you have devised into Jupyter. For SymPy, there is a javascript library that transforms SymPy's LaTeX printer into well-formatted HTML. It would be great if someone could add javascript actions to the generated HTML to perform manual editing. I am not familiar with their code, but I strongly suggest to go the Jupyter way. On Tuesday, 8 March 2016 15:24:49 UTC+1, Aman Deep wrote: > > Thank you everyone for your suggestions.. > > I just checked out mathCAD.. I would like to implement something like that > which uses sympy. I don't have much experience with C++. So, how about > using PyQt instead of Qt? > > How should I begin working on this idea? > > -- 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/db27d6de-fd2a-4483-be3e-7b3e8599a645%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
