CDL-tutorials
CDL-tutorials copied to clipboard
Repo containing useful tutorials on different topics, methods, software tools, and packages used by the CDL
in addition to changes re: TestPyPI from #68: - command to build package should be changed to to `python setup.py sdist bdist_wheel` so wheel binary is also created (see [PEP...
The current instructions say to run `pip install -i https://testpypi.python.org/pypi PACKAGENAME`, which is what TestPyPI says to do as well. However, this fails if any dependencies of your package are...
# Dataset Free recall data from a bunch of different free recall variants. [Download link](https://github.com/ContextLab/efficient-learning-data). # Things to do - Bayesian version of TCM, like [this one](https://www.dropbox.com/s/nruwawbey8wu8nr/SochEtal09.pdf) - Maybe add...
- what is programming? - python basics with pointers and examples
Possibly create a tutorial series on "The Art of Computer Programming" following the Knuth series