Getting started
This directory contains the Getting started practicals, 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
, and jupyter
.
then you might want to check out the advanced_programming
or applications
folders.
The Overview practical is a whirlwind overview of the Python language, incorporating bits and pieces from the other practicals. Feel free to start there, or to start from the Python basics practical.
- Overview (
00_overview.ipynb
) [MC, MJ, PM] - Python basics (
01_basics.ipynb
) [MJ] - Text input/output(
02_text_io.ipynb
) [MC] - File management (
03_file_management.ipynb
) [PM] - Numpy (
04_numpy.ipynb
) [PM] - Nifti images (
05_nifti.ipynb
) [MJ] - Image manipulation (
06_plotting.ipynb
) [MC] - Jupyter notebook and IPython (
07_juypter.ipynb
) [MC] - Writing a callable script (
08_scripts.ipynb
) [MJ]