Getting started
This directory contains the Getting started practical, intended for those of you who are new to Python as a language, or want a refresher on how it all works.
If you are already comfortable with Python, numpy
, nibabel
, jupyter
, and pandas
,
then you might want to check out the advanced_topics
folder.
- Python basics (MJ)
- Text input/output (MC)
- File management (PM)
- Numpy (PM)
- Nifti images (MJ)
- Image manipulation (MC)
- Jupyter notebook and IPython (MC)
- Writing a callable script (MJ)
- Pandas tables (MC)