Hi,
 
I am writing Python script now. The project will grow bigger in future. I need 
to import some packages for several functions, such as numpy. Where is the best 
plalce to put the import numpy command? Is it fine to put on the first line in 
the file? Is it better to put it into each function after the def functionname? 
or they are the same. Since numpy function will be used in all files, so I have 
to import it in each files. Does this will increase the memory usuage or there 
are better way to do it.
 
thanks
 
Frank
_________________________________________________________________
広告表示なし!アカウント有効期限なし!Hotmail Plus のお申し込みはこちら
http://get.live.com/mail/options
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to