diff --git a/content/index.md b/content/index.md index 77ffac139..3e8a802c5 100644 --- a/content/index.md +++ b/content/index.md @@ -61,8 +61,10 @@ pages/people.md pages/meetings.md pages/contributing.md pages/code_of_conduct.md +pages/links.md ``` + diff --git a/content/pages/links.md b/content/pages/links.md new file mode 100644 index 000000000..20c459e16 --- /dev/null +++ b/content/pages/links.md @@ -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/)
[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)
[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)
[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) |