Re: [Tutor] import imports

2009-01-26 Thread Alan Gauld
"spir" wrote Here are some ideas around import. I wish to receive comments The module attribute __all__ allows defining names to be exported. I always use it for my own modules, and also sometimes define it in external modules, when absent, or adapt it to my needs. I've never defined it in

[Tutor] import imports

2009-01-26 Thread spir
Hello, Here are some ideas around import. I wish to receive comments and to learn whether they fit python. As I am not a highly experimented programmer, there may be some features or practices I do know know or do not know well. The following ideas are not dependant of each other, but as they a