introPy
introPy copied to clipboard
Materials for a 2 week Python course taught at the Research Master Psychology (University of Amsterdam)
Results
2
introPy issues
Sort by
recently updated
recently updated
newest added
1_python_basics.ipynb gives a deprecation warning when executed on binder: ``` # a fancy import from scipy.stats import binom_test as omg_binomial_testing_so_cool print(omg_binomial_testing_so_cool(0.5, 10)) ``` ``` /tmp/ipykernel_87/3349728447.py:3: DeprecationWarning: 'binom_test' is deprecated in...
On line 209 of tutorial 4, np.float is deprecated.