Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ pages/people.md
pages/meetings.md
pages/contributing.md
pages/code_of_conduct.md
pages/links.md
```

<!-- Don't display sample notebook gallery yet
```{toctree}
---
hidden: True
Expand All @@ -72,4 +74,5 @@ caption: Galleries
notebooks_gallery/index.md
pages/communications.md

```
```
-->
23 changes: 23 additions & 0 deletions content/pages/links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Links to External Resources

Project Pythia finds the links below to be useful resources on a variety of Python specific topics.

## Introductory/Basics
| Topic | Self-Paced Tutorials | Example Notebook Galleries |
| --- | ----------- | ----------- |
| Getting started with Python | [Xdev Python Tutorial](https://ncar.github.io/python-tutorial/) | [Unidata Intro Materials](https://unidata.github.io/python-training/python/intro-to-python/) |
| Numpy basics | [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/NumPy/numpy-basics/)| |
| Xarray basics | [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/XArray/xarray-introduction/) <br> [Xarray tutorial](https://xarray-contrib.github.io/xarray-tutorial/) | |
| Matplotlib & Cartopy | [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/Matplotlib/matplotlib-basics/) | [GeoCAT gallery](https://geocat-examples.readthedocs.io/en/latest/) |
| Jupyter notebooks | [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/Jupyter_Notebooks/jupyter-notebooks-introduction/) | |

## Domain Specific Lessons
| Topic | Self-Paced Tutorials |
| --- | ----------- |
| Georeferenced Data | [SUNY Albany Course](https://github.com/DAES433533/Fall2020) |

## Packages
| Topic | Pre-Recorded Lectures | Self-Paced Tutorials | Example Notebook Galleries |
| --- | ----------- | ----------- | ----------- |
| MetPy | [Unidata MetPy Mondays](https://www.youtube.com/playlist?list=PLQut5OXpV-0ir4IdllSt1iEZKTwFBa7kO) | [MetPy Tutorial](https://unidata.github.io/MetPy/latest/tutorials/index.html) <br> [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/Metpy_Introduction/introduction-to-metpy/)| [MetPy Gallery](https://unidata.github.io/MetPy/latest/examples/index.html) <br> [Unidata Gallery](https://unidata.github.io/python-training/gallery/gallery-home/) |
| WRF-Python | | | [WRF-Python Gallery](https://wrf-python.readthedocs.io/en/latest/plot.html) |