Case sensitivity (Was: Re: NumPy and FFT)

Courageous jkraska1 at san.rr.com
Tue May 23 03:08:59 EDT 2000


Mikael Olofsson wrote:
> 
> 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.


Well, there's always:

	import big_fft
	big_y = big_fft.little_fft(little_y)

Woo hoo. 


:)-



More information about the Python-list mailing list