from sympy.abc import *

vs

var('a b c d …')

Plus, I also like abc for doctests.

Aaron Meurer

On Aug 26, 2010, at 7:40 PM, smichr wrote:

> 
> 
> On Aug 26, 8:08 am, Andy Ray Terrel <andy.ter...@gmail.com> wrote:
>> I like abc.  It makes life easier in a shell.
>> 
>> Chris why not just do:
>> 
>> from sympy.abc import *
>> from sympy import S
>> 
> That works.
> 
> As far as shell work, how is abc better than var?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to