NickSeagull on master
Remove unused email (compare)
ocramz on gh-pages
Add `sampling` (compare)
ocramz on gh-pages
Add kdt, Supervised Learning se… (compare)
ocramz on gh-pages
Add arrayfire (compare)
ocramz on gh-pages
add inliterate (compare)
ocramz on gh-pages
update hvega entry (compare)
ocramz on gh-pages
Add pcg-random (compare)
chreekat: python is great for doing science because it runs your code no matter what. No matter what they say about pre-registering experiments, scientists just love to tinker and make up hypotheses after the fact
I must say, I've had some horrible experiments where I run Python code for hours and then finally it prints out:
Traceback (most recent call last):
File "boop.py", line 1, in <module>
print(x)
NameError: name 'x' is not defined