[Numpy-discussion] Deleting a row from a matrix
Bill Baxter
wbaxter at gmail.com
Sat Aug 26 06:42:32 CDT 2006
On 8/26/06, Francesc Altet <faltet at carabos.com> wrote:
>
> I'm personally an addict to encapsulate as much functionality as possible
> in
> methods (but perhaps I'm biased by an insane use of TAB in ipython
> console).
You can still get tab completion for functions: numpy.<TAB>
Even if it's your custom to "from numpy import *" you can still also do an
"import numpy" or "import numpy as N".
--bb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20060826/846470f7/attachment.html
More information about the Numpy-discussion
mailing list