You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ Others have less features but are interactive by default (plotly).
291
291
292
292
They generally work by providing vectors of information and various settings.
293
293
294
-
https://plot.ly/python/
294
+
Some examples of these will be provided for each language.
295
295
296
296
## Help files
297
297
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.
929
929
930
930
### Useful Packages
931
931
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.
0 commit comments