[Chicago] Import Shadowing

Oren Livne livne at uchicago.edu
Wed Nov 7 23:40:44 CET 2012


Dear All,

ipython loads all numpy functions into the main scope, so sum() 
references np.sum(). What if I want to call the python function sum()? I 
can't seem to qualify it so that the numpy import is ignored.

Thanks,
Oren


More information about the Chicago mailing list