thanks both (Alan and Kent)!
now am clear about the right way of making import..
salu2..
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
On Fri, Aug 28, 2009 at 10:34 PM, Fidel
Sanchez-Bueno wrote:
> What is the best aproach when it comes to import??, is allways better to
> make all the import calls in the global scope, making the overall runtime of
> the program better because the program is not going to import something
> everytim
"Fidel Sanchez-Bueno" wrote
What is the best aproach when it comes to import??, is allways better to
make all the import calls in the global scope, making the overall runtime
of the program better because the program is not going to import
something everytime a function is called, or is bett
What is the best aproach when it comes to import??, is allways better to
make all the import calls in the global scope, making the overall
runtime of the program better because the program is not going to import
something everytime a function is called, or is better to make specific
import's in