From d06ca2b983cd36e3c6e11a116c88af807b3d91b6 Mon Sep 17 00:00:00 2001 From: Jessica Nash Date: Fri, 3 Nov 2023 09:06:41 -0400 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de3571d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Python Scripting for Experimental Chemists + +This repository contains a site for a course on Python scripting for experimental chemists. These notebooks were developed for SERMACS 2023. + +The notebooks are designed to introduce students to the basics of Python programming and how it can be used to analyze experimental data. Particularly, the notebook shows data processing (peak finding, function fitting, background subtraction, integration) using packages from the scientific Python ecosystem. + +In contrast to other workshops, the focus is primarly on data analysis and processing. Only a minimal amount of time is spent on the basics of Python programming (for example, loops and conditionals are not covered, since they are not needed for the subsequent data processing and analysis). + +You can find the notebooks in [the accompanying repository](https://github.com/MolSSI-Education/python-experimental-chem). The notebooks are designed to be used in conjunction with the [Python Scripting for Experimental Chemists](https://education.molssi.org/python-scripting-experimental/) website. \ No newline at end of file