Helpful Links: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
Line 15: Line 15:
==== Python Programming in Neuroimaging ====
==== Python Programming in Neuroimaging ====


* Python.org [https://www.python.org/ Python Software Foundation (US)]
* [https://www.python.org/ Python Software Foundation (US)]
This site is the central repository for the current version of Python for your operating system. It is also the primary source for python documentation for the 2.x and 3.x versions of Python. The site has a useful beginner's guide and a collection of How-Tos on various topics for python developers.

* Python 3.x reference documentation and tutorial [https://docs.python.org/3/ Python 3.6 Library Reference and Tutorials]
* Python 3.x reference documentation and tutorial [https://docs.python.org/3/ Python 3.6 Library Reference and Tutorials]
* NumPy, provides an N-dimensional array object [http://www.numpy.org Matlab-like features in Python]
* NumPy, provides an N-dimensional array object [http://www.numpy.org Matlab-like features in Python]

Revision as of 09:56, 15 March 2018

Helpful Links

  • Anyone interested in MEG should check out MEG Community, and join their mailing list.
  • AFNI is an essential tool for utilizing the SAM pipeline.
  • Freesurfer is another essential tool for incorporating anatomical MRI data in your analysis.

Python Programming in Neuroimaging

This site is the central repository for the current version of Python for your operating system. It is also the primary source for python documentation for the 2.x and 3.x versions of Python. The site has a useful beginner's guide and a collection of How-Tos on various topics for python developers.