For tab completion, you can try Jedi (there are plugins for popular editors). It's tough, though, because SymPy makes use of the dynamic features of Python more than most things, so the completion capabilities of Jedi (which is otherwise awesome) are quite limited. I think to get something that works well you would have to have something that executed the code to see what methods are really available.
Aaron Meurer On Fri, Jan 31, 2014 at 9:19 AM, Jason Moore <[email protected]> wrote: > Any IDE that can use the IPython QT or Notebook, will give nice renderings > for sympy. > > > Jason > moorepants.info > +01 530-601-9791 > > > On Fri, Jan 31, 2014 at 3:00 AM, Gerhard Martin <[email protected]> wrote: >> >> any IDE have intelligence sense for sympy >> >> -- >> 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 http://groups.google.com/group/sympy. >> For more options, visit https://groups.google.com/groups/opt_out. > > > -- > 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 http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- 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 http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
