[PYTHON MATRIX-SIG] Structural, etc.

Konrad Hinsen hinsen@ibs.ibs.fr
Thu, 5 Sep 96 09:38:39 +0100


> If you imagine that the third or fourth "case" comes up, the proposed
> solution becomes absurd.
> import Numerical
> import Structural
> import Gzenoidal
> import FFT_Numerical
> import FFT_Structural
> import FFT_Gzenoidal
> import LAPACK_Numerical
> ...
> etc.

I agree completely. Even worse, it's probably going to be

from Numerical        import *
from Structural       import *
from Gzenoidal        import *
from FFT_Numerical    import *
from FFT_Structural   import *
from FFT_Gzenoidal    import *
from LAPACK_Numerical import *
...

And that, at least for the reader, totally annihilates the "helpful"
distinction between the different types of functions. The underscore
solution, however esthetically unpleasing, is more useful and easier
to apply in practice.

Konrad.
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                          | E-Mail: hinsen@ibs.ibs.fr
Laboratoire de Dynamique Moleculaire   | Tel.: +33-76.88.99.28
Institut de Biologie Structurale       | Fax:  +33-76.88.54.94
41, Ave. des Martyrs                   | Deutsch/Esperanto/English/
38027 Grenoble Cedex 1, France         | Nederlands/Francais
-------------------------------------------------------------------------------

=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================