I like abc.  It makes life easier in a shell.

Chris why not just do:

from sympy.abc import *
from sympy import S

-- Andy

On Wed, Aug 25, 2010 at 4:30 PM, Ondrej Certik <ond...@certik.cz> wrote:
> On Wed, Aug 25, 2010 at 1:57 PM, smichr <smi...@gmail.com> wrote:
>> Some variables like C and S are used automatically by sympy. Would it
>> be too radically to make all those variables have a trailing
>> underscore so they wouldn't class with variables that can be loaded
>> from abc? So one would type S_.One instead of S.One.
>
> I think that the abc module is obsolete, one should use things like
>
> symbols()
> var()
>
> instead. In my opinion.
>
> Besides that, I really like that you can type things like S(1)/2, so
> having to type S_(1) is not so nice.
>
> Ondrej
>
> --
> 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.
>
>

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