From: Bill B. <wb...@gm...> - 2006-08-26 11:42:36
|
On 8/26/06, Francesc Altet <fa...@ca...> 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 |