-
Open-source datasets
- Collaborative research in computational neuroscience
- Comprehensive list of neuroscience databases
- Data.gov - Although not specific to neuroscience, there are some neuroscience datasets available here).
-
Free Jupyter servers. You will have to get the data and notebooks you are working on uploaded to these servers. Computational performance on these servers may be slow, which is why we are using exajupyter instead despite the off-campus access complications.
- Google Colab - Your notebooks and data will be stored on your personal Google Drive account.
- Microsoft Azure Notebooks - This one allows you to clone a Github repository, which makes it easier to pull in the NEUS642 resources from our Github repo, https://github.com/bburan/NEUS642.
-
Additional learning resources
- Python for Everybody
- Python Neurobootcamp - Various exercises in neuroscience from OHSU's NGP winter bootcamp.
-
Python documentation and help resources
-
Cheat sheets
-
Books
-
Getting help
- Stack overflow - You can post a question and will typically receive answers within a couple of hours.
- Python Tutor Mailing list - Once subscribed, you can post questions to the mailing list at [email protected].
-
Miscellaneous online tutorials
- How to make complex plots in Python - See the
tutorial_python
folder. You can run this tutorial in binder.
- How to make complex plots in Python - See the