File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ pages/people.md
61
61
pages/meetings.md
62
62
pages/contributing.md
63
63
pages/code_of_conduct.md
64
+ pages/links.md
64
65
```
65
66
67
+ <!-- Don't display sample notebook gallery yet
66
68
```{toctree}
67
69
---
68
70
hidden: True
@@ -72,4 +74,5 @@ caption: Galleries
72
74
notebooks_gallery/index.md
73
75
pages/communications.md
74
76
75
- ```
77
+ ```
78
+ -->
Original file line number Diff line number Diff line change
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 ) |
You can’t perform that action at this time.
0 commit comments