Skip to content

Commit 121ccd9

Browse files
committed
changed figures and added further reading section
1 parent e6e2d22 commit 121ccd9

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Others have less features but are interactive by default (plotly).
291291

292292
They generally work by providing vectors of information and various settings.
293293

294-
https://plot.ly/python/
294+
Some examples of these will be provided for each language.
295295

296296
## Help files
297297
R and Matlab provide offline help files for understanding package functionalities and APIs.
@@ -929,10 +929,17 @@ Notebooks can be saved as json and exported and imported by other users.
929929

930930
### Useful Packages
931931

932-
**numpy - Fast numerical processing.
933-
**pandas - Table data structures.
934-
**jupyter-notebook - For running jupyter-notebooks.
935-
**scipy - Wide range of packages for scientific computing.
936-
**scikit-learn - Machine learning in python.
937-
**plotly - Interactive charts.
938-
**nPYc Toolbox - NPC built toolbox for NMR and MS import, preprocessing, QC, and generating reports.
932+
- numpy - Fast numerical processing.
933+
- pandas - Table data structures.
934+
- jupyter-notebook - For running jupyter-notebooks.
935+
- scipy - Wide range of packages for scientific computing.
936+
- scikit-learn - Machine learning in python.
937+
- plotly - Interactive charts.
938+
- nPYc Toolbox - NPC built toolbox for NMR and MS import, preprocessing, QC, and generating reports.
939+
940+
941+
# Further Reading
942+
943+
We recommend further reading and training. The Software Carpentry courses are available online and are recommended for more in-depth training on specific languages and technologies.
944+
945+
- [Software Carpentry lessons](https://software-carpentry.org/lessons/)

0 commit comments

Comments
 (0)