Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 09ffa34
Branch  : main
Author  : David Palmquist <[email protected]>
Time    : 2024-02-13 20:30:37 +0000
Message : Merge pull request #13 from quist00/fixMaintainers

Update maintainers in README and index.md
  • Loading branch information
actions-user committed Feb 13, 2024
1 parent 11a971b commit 7aa9cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-02-13"
"NEWS.md" "05db0f2f72f5ee38004fa43df71ee91c" "site/built/NEWS.md" "2024-02-13"
"config.yaml" "32c5561d0d2b1a0cc0d36bba0949db4c" "site/built/config.yaml" "2024-02-13"
"index.md" "3ab912d52f999bb8734bb1ff4cf21648" "site/built/index.md" "2024-02-13"
"index.md" "7d43a24a9cd8ce6d9fb6bd2be6842ede" "site/built/index.md" "2024-02-13"
"episodes/00-short-introduction-to-Python.md" "7842c8d9b1914c4e980972d39e61c5ad" "site/built/00-short-introduction-to-Python.md" "2024-02-13"
"episodes/01-starting-with-data.md" "22158e7f8b879f55d3622f91a3341961" "site/built/01-starting-with-data.md" "2024-02-13"
"episodes/02-index-slice-subset.md" "b562071cd77cc3df2f00f500fea0c840" "site/built/02-index-slice-subset.md" "2024-02-13"
Expand Down

0 comments on commit 7aa9cf6

Please sign in to comment.