-
Paul McCarthy authoredPaul McCarthy authored
WIN PyTreat series
This repository contains Python practicals for the WIN PyTreat series. It contains the following:
-
The
getting_started
directory contains a series of practicals intended for those of you who are new to the Python programming language, or need a refresher. -
The
advanced_programming
directory contains a series of practicals on various aspects of the Python programming language - these are intended for those of you who are familiar with the basics of Python, and want to learn more about the language. -
The
applications
directory contains a series of practicals which focus on using Python to accomplish specific tasks.
The practicals have been written under the assumption that FSL 6.0.4 is installed.
Instructions for attendees
These notebooks can be run in the fslpython
environment using:
git clone https://git.fmrib.ox.ac.uk/fsl/win-pytreat.git
cd win-pytreat
fslpython -m notebook
A page should open in your web browser - to access the practicals, navigate
into one of the getting_started
, advanced_programming
, or applications
directories, and click on the .ipynb
file you are interested in.
Have fun!