Fork me on GitHub
#off-topic
<
2017-12-19
>
josh_tackett15:12:35

Anyone know a good python slack team? or anyone here know python?

noisesmith17:12:42

> “Any joke about version numbering, no matter how absurd, reflects a versioning practice in the real world.” — Ada Lovelace

hawari10:12:22

Do you think it's worth it to go for the highest tier? I mean, I think I'm only going to read the first tier anyway, but man, the deal is very tempting.

yogidevbear10:12:25

I went for the $15 bundle as I wasn't really interested in the last few books. I suppose it comes down to personal preference really simple_smile

yogidevbear17:12:10

Some LISP and FP love from Humble Book Bundle today

luskwater18:12:48

@josh_tackett Know Python? Well, once I did, but I haven’t used it for (say) 13 years…

qqq20:12:19

in blas, what does the p in saxpy stand for? this is:

for i=1:n
  y[i] += ax[i]
end

dpsutton20:12:34

> SAXPY stands for “Single-Precision A·X Plus Y”.

qqq21:12:13

right, but what does the p stand for ?

qqq21:12:20

I think "single precision" is all stuck in the "s" ?

qqq21:12:25

oh, the p is PLUS