diff --git a/README.md b/README.md index e90762a0..84ab0149 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ on how to contribute updates, bug fixes, or other corrections. ### Maintainers -- Needs a new maintainer +- David Palmquist diff --git a/index.md b/index.md index 4508e11c..34f36a7f 100644 --- a/index.md +++ b/index.md @@ -1,10 +1,8 @@ --- -maintainers: Iain Emsley +maintainers: David Palmquist, Iain Emsley site: sandpaper::sandpaper_site --- -**Lesson Maintainers:** {{ page.maintainers | join: ', ' }} - Python is a general purpose programming language that is useful for writing scripts to work effectively and reproducibly with data. This is an introduction to Python designed for participants with no programming experience. These lessons can be taught in a day (~ 6 hours). They start with some basic information about Python syntax, the Jupyter notebook interface, and move through how to import CSV files, using the pandas package to work with data frames, how to calculate summary information from a data frame, and a brief introduction to plotting. The last lesson demonstrates how to work with databases directly from Python.