-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |