-
Notifications
You must be signed in to change notification settings - Fork 36
Resources
manojneuro edited this page May 12, 2019
·
10 revisions
- general tutorials
- learnpython: a list of short interactive tutorials supported by datacamp
- Lectures on Scientific Computing with Python by J.R. Johansson. We recommend the 1st 5 notebooks.
- Introduction to Python for Data Science: This is a short online open course by Microsoft.
- numpy for Matlab users
- jupyter notebook
* If you want to run notebooks/programs locally, we strongly recommend setting up a virtual environment with anaconda.
- Fundamentals of Data Visualization: a nice reference book
- Recommended plotting packages
We have collected a few links to help with running on clusters. We also list university specific sites to help with cluster information on your campus.
-
job scheduling
- slurm (used @ princeton) quick reference
-
cluster access: Princeton
-
shell scripting
- learnshell: interactive tutorial for unix shell
-
text editor
- vim: interactive tutorial for vim
- Python tutorials on fMRI preprocessing, General Linear Model (highly recommended)
- DartBrains by Luke Chang (2019)
- general intro
- fMRI bootcamp, by Rebecca Saxe (2017)
- The human brain, by Nancy Kanwisher (2018)
- preprocessing
- brain viewer, from gallantlab
- python packages
- general intro
- Machine Learning by Tom Mitchell and Maria-Florina Balcan (2015)
- python packages
- other stuff
- linear algebra intuition, by 3Blue1Brown