Case sensitivity (Was: Re: NumPy and FFT)

Mikael Olofsson mikael at isy.liu.se
Tue May 23 03:01:38 EDT 2000


On 23-May-00 Michael A. Miller wrote:
 >  import FFT
 >  fft = FFT.fft(y)

For those discussing case sensibility, this would definitely be

    import FFT
    Y = FFT.fft(y)

to me. Perhaps Python without case sensitivity will not only be CP4EEP,
it may even be CP4EEPAM - CP4E except programmers and mathematicians,
or perhaps even CP4EES - CP4E except scientists.

/Mikael

-----------------------------------------------------------------------
E-Mail:  Mikael Olofsson <mikael at isy.liu.se>
WWW:     http://www.dtr.isy.liu.se/dtr/staff/mikael
Phone:   +46 - (0)13 - 28 1343
Telefax: +46 - (0)13 - 28 1339
Date:    23-May-00
Time:    08:56:57

This message was sent by XF-Mail.
-----------------------------------------------------------------------



More information about the Python-list mailing list