[SciPy-User] [SciPy-user] Convention and preferred practice when importing scipy

omnyx ognjen.i at gmail.com
Mon Oct 11 14:35:21 EDT 2010


Upon reading 
http://www.scipy.org/Getting_Started#head-eefd39e27392d16c48eb5350bc05b4b7045ffcd9

is it then true that using 
import scipy as sc
is as fast as 
import numpy as np ?
(sc,np just shortcut names)

I only need a couple of scipy built-in functions but too many to actually
list them all, and not all are part of numpy. I know I should be avoiding
from scipy import *

thanks
-- 
View this message in context: http://old.nabble.com/Convention-and-preferred-practice-when-importing-scipy-tp29936740p29936740.html
Sent from the Scipy-User mailing list archive at Nabble.com.




More information about the SciPy-User mailing list