Skip to content

Commit 762d1de

Browse files
authored
README.md, index.md: update lesson maintainers (#434)
1 parent 104cacc commit 762d1de

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ on how to contribute updates, bug fixes, or other corrections.
1010

1111
### Maintainers
1212

13-
- April Wright ([@wrightaprilm](https://github.com/wrightaprilm))
14-
- Tania Allard ([@trallard](https://github.com/trallard))
1513
- Maxim Belkin ([@maxim-belkin](https://github.com/maxim-belkin))

index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
22
layout: lesson
33
root: .
4-
5-
maintainers:
6-
- Tania Allard
7-
- Maxim Belkin
84
---
95

10-
**Lesson Maintainers:** {{ page.maintainers | join: ', ' }}
11-
126
Python is a general purpose programming language that is useful for writing scripts to work effectively and reproducibly with data.
137

148
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.

0 commit comments

Comments
 (0)