Assignment 7: Environmental Science Packages¶
The goal of this assignment is to learn to use existing Python packages.
Write a tutorial for an open-source Python package¶
Pick a python package of your choice. You can choose one from the list of the python packages in Lecture Notes, or a python package that you're planning to use in your final project.
Your task is to write a jupyter notebook tutorial on this package. Your tutorial should:
- Introduce the package's core features, capabilities, references and how it can be applied to analyze environmental data.
- Provide instructions for installing the package using Conda or Mamba or Google's Colab.
- Integrate real-world environmental sciences data into your tutorial. This could include datasets used in class or your final project.
- Provide 2 to 3 examples that guide users through common tasks in environmental data analysis using the package.
- Be well-organized and reproducible with clean code and clear comments.
- Don't introduce all functions. Just pick a few that you think would be most useful. Users should be able to finish the tutorial within 30 minutes.
- Publish your tutorial on GitHub. Submit the link to your GitHub repository on Canvas.
In [ ]:
Copied!
In [ ]:
Copied!