Your idea sounds similar to what MathCAD <https://en.wikipedia.org/wiki/Mathcad> does. I've used it years ago and it was nice and many people like that concept. I moved away from it for the same reason I moved away from the equation editor in Word, it takes too long to fill in the templates for the expressions. There may be SymPy users that would like this functionality. I would recommend using a different toolkit than TKinter though. For native apps, maybe Qt is a good option, but if you made it a web app it could run on any platform, even phones, etc.
Jason moorepants.info +01 530-601-9791 On Mon, Mar 7, 2016 at 3:00 PM, Aman Deep <[email protected]> wrote: > Well what you suggested requires the user to input an expression in a > particular format, which i guess is not very user friendly. > > Well my idea is to make the user experience more easier. > > The idea is to make a kind of Interactive GUI calculator that uses sympy. > > so, What i thought is that user will choose a function from the buttons > given. For example: let's say he chooses integration > > so he will be presented with a standard integration sign with input boxes > for entering the upper & lower limit and the function which he wants to > integrate. > > So basically what I want is that the user gets to enter expressions like > we actually do with pen & paper. > > > Sorry for my bad English. > > On Monday, 7 March 2016 21:56:51 UTC+5:30, Aman Deep wrote: >> >> Hello Developers, >> >> I am Aman Deep, a second year student studying Information Technology at >> National Institute of Technology, Dugrapur, India. >> >> I am eager to work for Sympy this GSoC. >> >> I would like to make a *gui* interface for sympy for making it more user >> friendly. I would like to use *Tkinter* module for it since it is >> cross-platform and I already have experience with it. >> >> Please let me know, how should I proceed. >> > -- > 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/29548d80-42a0-4446-a594-861ecf37503a%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/29548d80-42a0-4446-a594-861ecf37503a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAP7f1AgCkwK3Yud1kqJE5nvasDNw72n06FezBvokYEzqjRC1mA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
