From ce848f83b93223775299cf014ceb48c8ab4e9aaf Mon Sep 17 00:00:00 2001
From: Saad Jbabdi <saad@SJMBP-2018.local>
Date: Mon, 10 Jan 2022 11:26:37 +0000
Subject: [PATCH] First commit

---
 applications/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 applications/README.md

diff --git a/applications/README.md b/applications/README.md
new file mode 100644
index 0000000..89ddea7
--- /dev/null
+++ b/applications/README.md
@@ -0,0 +1,14 @@
+Applications
+============
+
+This directory contains a series of practicals which focus
+on using Python to accomplish specific tasks, and practicals which introduce
+a range of useful Python-based libraries.
+
+Practicals are split into the following sub-categories (and sub-folders):
+
+1. `data_visualisation` : learn to use various data visualisation packages.
+2. `fslpy`: a collection of utilities and data abstractions used within FSL and by FSLeyes.
+3. `matlab_vs_python` : a number of data analysis examples with head-to-head comparisons between matlab and python code.
+4. `modelling` : multiple examples of analysis methods in python.
+5. `pandas` : processing and analsing tabular data with the powerful Pandas package.
-- 
GitLab