Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Libraries (Score 1) 357

Yes and no. Python has certainly replaced the majority of scientific workstation coding applications in my field of view (i.e. biophysics). But anyone who gets time on a supercomputer and writes their app in python is..well...to put it delicately probably not going to maximise the job distribution across the platform (I haven't checked for python support, but the big selling point for fortran 90 is things like variable-dimension array arguments). I caveat this by saying I don't yet have to write the supercomputer code for what I'm doing, so any clarification on why fortran 90 is so preferred would be welcome... So, I am noticing a bunch of jobs coming up in Fortran for massively parallel processing app building, whereas the jobs for the workstation app development is generally in Python/Perl/Java now. R.A.D. rules when the overheads on runtime are low, but as illustrated by my salary as an academic scientist my time is less important (to the people that administer the multimillion dollar supercomputer) than the time of the mainframe.

Comment Re:woohoo (Score 1) 357

OK. well, what I was aiming for was:

True Part: In Python version 2, 1/2 = 1 (integer math) In Python version 3, 1/2 =0.5 (floating point math)

Accidental comedy microcosm of the pitfalls of dynamic typing. However, if you declare a var as int or float then the dynamic typing is a lovely feature. Out of interest, why did they decide to calculate 1/2 as float in Python 3?

Comment Re:Sounds like pump-n-dump (Score 2, Interesting) 112

Such as for the email traffic. Merging hotmail and yahoo would yield approx. 2/3 all webmail traffic routing through MS owned sites. I use webmail clients for all my email these days - could be a pretty powerful piece of market share to have (all users that is - I'm not that obsessive about checking my email). Volvo

Slashdot Top Deals

"The identical is equal to itself, since it is different." -- Franco Spisani

Working...