Return to Course Home Page
đź“Ł Data Science Library Show-and-Tell
Python Library Show-and-Tell
- Form groups of 4-5 Students
- Find a Library
- Working collaboratively use a github repo to create a notebook about the library
- Present notebook to class (10-15 min)
Find a Library
- PyPi
pypi.org
- Towards Data Science
towardsdatascience.com
- Podcasts: Talk Python to Me, Linear Digressions, Python Bytes
- Domain-specific searches “python oceanography”, “python climate science”, etc…
Good candidates for a Show-and-Tell are libraries that are relevant and popular.
Popularity can measured with GitHub stars, or PyPi downloads. Or if folks in the data science community are talking about it.
Here are some example tutorials made by past classes:
Create a github repo for your tutorial.
The repo should contain:
- an environment file including all necessary dependencies
- a README.md file with a brief description of the library and a link to the library’s webpage or github repo.
- an example notebook (or notebooks) about the library.
- any other files necessary to run the example notebook(s)
Notebook contents:
- Brief Description
- What is it?
- Where is it? Link to project webpage, github
- Who developed?
- Why was it created?
- Potential Use in Environmental Data Science
- Quick tutorial/example, using Env. Data Sci example if possible!
- Okay to incorporate examples found elsewhere (provide link and acknowledgement!)
Library Show-and-Tell
- Present your notebook to the class!
- 10-15 minute presentation.
- Q&A.
- We will have our presentations in the afternoon on the last day of class (Friday, Sept. 15)
- All repos will be cloned to the environmentaldatascience github so everyone can learn from each other.