- The `applications` directory contains a series of practicals which focus
- The `applications` directory contains a series of practicals which focus
on using Python to accomplish specific tasks.
on using Python to accomplish specific tasks, and practicals which introduce
a range of useful Python-based libraries.
The practicals have been written under the assumption that FSL 6.0.4 is
The practicals have been written under the assumption that FSL 6.0.4 is
installed.
installed.
...
@@ -36,7 +37,9 @@ A page should open in your web browser - to access the practicals, navigate
...
@@ -36,7 +37,9 @@ A page should open in your web browser - to access the practicals, navigate
into one of the `getting_started`, `advanced_programming`, or `applications`
into one of the `getting_started`, `advanced_programming`, or `applications`
directories, and click on the `.ipynb` file you are interested in.
directories, and click on the `.ipynb` file you are interested in.
Some practical sub-directories will also contain a `README.md` file with additional information specific to the practical. Make sure you read this as well **before running the notebooks**.
Some practical sub-directories will also contain a `README.md` file with
additional information specific to the practical. Make sure you read this as