Coding in Python - NSBLab/MATLAB-connectome-intro GitHub Wiki
Introduction to Using Python
Python for neuroscience
-
This course covers the basics of programming within Python through the lens of neuroscience and neuroimaging.
-
It covers basics from variables and loops, to data manipulation and statistics.
Visualisation tools within Python
Introduction to plotting and data visualisation in Python via Matplotlib
- Most other plotting tools (including ones listed below) are built upon Matplotlib, so these are important fundamentals
Other Useful Courses
edX ~1 hour
- This will give you a very brief introduction to Python and programming, including an introduction to variables and if statements
DataCamp ~4 hours
-
This course is slightly longer but addresses many topics in more detail.
-
The material is taught with an emphasis on data science, which may be useful for broader industry careers and avenues outside of academia (although it's still helpful for academia too)
France Universite Numerique (FUN) ~20-30 hours
-
Semi-introductory course to Python with an emphasis on machine learning.
-
For new PhD students, this can be claimed for your graduate PD hours by submitting the corresponding form on the HDR website
Python Cheat Sheet
Basic guide that covers types of variables, lists, dicts, functions, numpy, matplotlib, etc.