Skip to content

Commit

Permalink
Update maintainers in README and index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quist00 committed Feb 13, 2024
1 parent e187b03 commit def5d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on how to contribute updates, bug fixes, or other corrections.

### Maintainers

- Needs a new maintainer
- David Palmquist


4 changes: 1 addition & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit def5d40

Please sign in to comment.