[sympy] Re: if not import * then what?

2009-11-12 Thread Sebastian Haase
numpy people use import numpy as np and often import scipy as sp and from matplotlib import pyplot as plt How about import sympy as S (for my part I still use import numpy as N -- historical relict from Numeric and numarray) Both lower case "s" and unabbreviated "sympy" seem bad choices for me

[sympy] Re: if not import * then what?

2009-11-12 Thread Gael Varoquaux
On Thu, Nov 12, 2009 at 04:31:12PM +0100, Sebastian Haase wrote: > numpy people use > import numpy as np > and often > import scipy as sp > and > from matplotlib import pyplot as plt > How about > import sympy as S > (for my part I still use import numpy as N -- historical relict from > Numeri

[sympy] Re: if not import * then what?

2009-11-12 Thread Ondrej Certik
On Thu, Nov 12, 2009 at 6:24 AM, smichr wrote: > > I'm just looking for some feedback about what is useful to see in the > documentation. I've finished making all imports explicit in the *py > files and am wondering what is most useful to see in the > documentation. > > What should the following

[sympy] Re: if not import * then what?

2009-11-12 Thread andy2O
On Nov 12, 2:24 pm, smichr wrote: > I'm just looking for some feedback about what is useful to see in the > documentation. I've finished making all imports explicit in the *py > files and am wondering what is most useful to see in the > documentation. > > What should the following be replaced w

[sympy] Re: if not import * then what?

2009-11-12 Thread Ondrej Certik
On Thu, Nov 12, 2009 at 11:33 AM, andy2O wrote: > > > > On Nov 12, 2:24 pm, smichr wrote: >> I'm just looking for some feedback about what is useful to see in the >> documentation. I've finished making all imports explicit in the *py >> files and am wondering what is most useful to see in the >>