[SciPy-user] shell for scipy

eric jones eric at enthought.com
Fri Jan 31 18:20:44 EST 2003


> The problem is at re-running the
> python-process each time to test things out is slow because Scipy
takes
> so long to load each time (OK I'm impatient). 

Agreed.  It would be cool if there was some way of doing on-demand
loading of the sub-modules without explicitly requiring people to import
them.   I guess this would have to be a python level feature instead of
doing it in scipy.  If this were possible, it would ameliorate the
problem markedly.  The effort involved (or even if it is possible --
should be) is not clear to me.

eric





More information about the SciPy-User mailing list