> > from sympy.abc import *
>
> > vs
>
> > var('a b c d …')

But with the new polys it will just be

var('a:z')

>
> > Plus, I also like abc for doctests.

Me, too. In spirit of the OTIO (only type it once) I don't like typing
a, b, c = symbols('abc').

-- 
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.

Reply via email to