Closed jspaaks closed 4 years ago
PR #191
Why not option 2, this what numpy themselves use in their docs?
I guess it's an arbitrary choice. np
is not much shorter than numpy
, but it is slightly less clear.
I would vote for option 2 because that's what many people use, but if this was decided earlier to go for option 1 then I don't want to resurrect this discussion ;-)
import numpy
import numpy as np
from numpy import asarray, hstack, sum
etcWe chose to go with option 1