From 467b42ecfa4c3f3ba9bb1fb8462a2536e7936101 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Sun, 18 Feb 2018 17:19:01 +0000 Subject: [PATCH] Little adjustments to getting_started/readme --- getting_started/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/getting_started/README.md b/getting_started/README.md index f250bea..13d92c9 100644 --- a/getting_started/README.md +++ b/getting_started/README.md @@ -1,7 +1,15 @@ Getting started =============== -This directory contains the "Getting started" practical. + +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`, and `jupyter`, +then you might want to check out the `advanced_topics` folder. + 1. Python basics (MJ) 2. Text input/output (MC) @@ -9,5 +17,5 @@ This directory contains the "Getting started" practical. 4. Numpy (PM) 5. Nifti images (MJ) 6. Image manipulation (MC) -7. Jupyter notebook and Ipython(MC) +7. Jupyter notebook and IPython (MC) 8. Writing a callable script (MJ) -- GitLab