Skip to content

Commit e27c628

Browse files
author
Kevin Paul
authored
Merge pull request #20 from jukent/links
Links
2 parents a5ee9e6 + 99db140 commit e27c628

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

content/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ pages/people.md
6161
pages/meetings.md
6262
pages/contributing.md
6363
pages/code_of_conduct.md
64+
pages/links.md
6465
```
6566

67+
<!-- Don't display sample notebook gallery yet
6668
```{toctree}
6769
---
6870
hidden: True
@@ -72,4 +74,5 @@ caption: Galleries
7274
notebooks_gallery/index.md
7375
pages/communications.md
7476
75-
```
77+
```
78+
-->

content/pages/links.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Links to External Resources
2+
3+
Project Pythia finds the links below to be useful resources on a variety of Python specific topics.
4+
5+
## Introductory/Basics
6+
| Topic | Self-Paced Tutorials | Example Notebook Galleries |
7+
| --- | ----------- | ----------- |
8+
| 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/) |
9+
| Numpy basics | [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/NumPy/numpy-basics/)| |
10+
| 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/) | |
11+
| Matplotlib & Cartopy | [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/Matplotlib/matplotlib-basics/) | [GeoCAT gallery](https://geocat-examples.readthedocs.io/en/latest/) |
12+
| Jupyter notebooks | [Unidata Python Workshop](https://unidata.github.io/python-training/workshop/Jupyter_Notebooks/jupyter-notebooks-introduction/) | |
13+
14+
## Domain Specific Lessons
15+
| Topic | Self-Paced Tutorials |
16+
| --- | ----------- |
17+
| Georeferenced Data | [SUNY Albany Course](https://github.com/DAES433533/Fall2020) |
18+
19+
## Packages
20+
| Topic | Pre-Recorded Lectures | Self-Paced Tutorials | Example Notebook Galleries |
21+
| --- | ----------- | ----------- | ----------- |
22+
| 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/) |
23+
| WRF-Python | | | [WRF-Python Gallery](https://wrf-python.readthedocs.io/en/latest/plot.html) |

0 commit comments

Comments
 (0)