-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
100 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1317,7 +1317,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/images/ebp-logo.png" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://nbviewer.jupyter.org/github/ltauxe/Python-for-Earth-Science-Students/tree/master/" class="text-decoration-none"><h4 class="display-4 p-0">Python Programming for Earth Science Students</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:[email protected]">Lisa Tauxe</a><br/><strong>Institution:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:[email protected]">Lisa Tauxe</a><br/><strong>Institution:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p> | ||
<p class="my-2">Python Programming for Earth Science Students</p> | ||
</div> | ||
</div> | ||
|
@@ -1485,7 +1485,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-txtfile.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/Jog7ybd6amw" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Reading in a .txt File</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers setting up a work environment and opening a .txt file. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>. | ||
</p> | ||
</div> | ||
|
@@ -1508,7 +1508,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-datadict.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/5z6-t62x7Xs" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating a Data Dictionary</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers creating a data dictionary. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>. | ||
</p> | ||
</div> | ||
|
@@ -1531,7 +1531,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-writingfx.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/BerEf_3CsL8" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Writing Functions</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to write and call functions in Python. The content to follow along with this video is hosted on the <A href ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>. | ||
</p> | ||
</div> | ||
|
@@ -1554,7 +1554,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-firstpackage.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/6lbbTwGFcTc" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating Your Own Package</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to create and call modules and packages. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>. | ||
</p> | ||
</div> | ||
|
@@ -1577,7 +1577,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-builtinpackage.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/44QUMCh2ZHU" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Using a Built-In Package and Publishing Your Package</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to use your first external buil-in package, `math`, and how to publish your package. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>. | ||
</p> | ||
</div> | ||
|
@@ -1600,7 +1600,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-jupyter.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/xSzXvwzFsDU" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Jupyter Notebooks</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks. | ||
</p> | ||
</div> | ||
|
@@ -1646,7 +1646,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-matplotlib.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/EiPRIdHQEmE" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Matplotlib</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `matplotlib`. The content to follow along with this video is hosted on this <A href="https://github.com/anissa111/matplotlib-tutorial">Matplotlib Tutorial GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
@@ -1717,7 +1717,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-git.png" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/fYkPn0Nttlg" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Git and GitHub</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the tools Git and GitHub. The content to follow along with this tutorial is hosted in this <A href="https://github.com/NCAR/git-github-demo">Git and GitHub Demo GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
@@ -1740,7 +1740,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Drew Camron, Max Grover, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Drew Camron, Max Grover<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this <A href="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
@@ -1763,7 +1763,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-xarray1.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/Ss4ryKukhi4" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 1</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
@@ -1786,7 +1786,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-xarray2.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/2H_4drBwORY" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 2</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
@@ -1809,7 +1809,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-dask1.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/wn-QM6QUB_U" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 1</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
@@ -1832,7 +1832,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-dask2.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/yn4_-1pHC5k" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 2</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
@@ -1855,7 +1855,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-geocatplot.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/It231le1fAU" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Plotting with GeoCAT</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing advanced plotting techniques and highlighting tools developed by GeoCAT. The content to follow along with this video is hosted in this <A href="https://github.com/anissa111/plotting-with-geocat-tutorial">Plotting with GeoCat GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -512,21 +512,20 @@ <h1>About</h1> | |
<li><a href="https://projectpythia.org/about.html">About Project Pythia</a></li> | ||
<li><a href="https://foundations.projectpythia.org/preamble/how-to-use.html">How to use Pythia Foundations</a></li> | ||
<li><a href="https://projectpythia.org/#the-project-pythia-team">The Project Team</a></li> | ||
<li><a href="https://projectpythia.org/#how-to-cite">How to Cite</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col"> | ||
<h1>Give Feedback</h1> | ||
<ul class="list-unstyled"> | ||
<li><a href="mailto:[email protected]">Email us!</a></li> | ||
<li><a href="https://github.com/ProjectPythia/projectpythia.github.io/discussions">Project Pythia Discussions</a></li> | ||
<li><a href="https://github.com/ProjectPythia/pythia-foundations/discussions">Pythia Foundations Discussions</a></li> | ||
<li><a href="https://discourse.pangeo.io/c/education/project-pythia/60s">Pangeo Discourse</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col"> | ||
<h1>Contribute</h1> | ||
<ul class="list-unstyled"> | ||
<li><a href="https://projectpythia.org/contributing.html">How to contribute to Project Pythia</a></li> | ||
<li><a href="https://foundations.projectpythia.org/appendix/how-to-contribute.html">How to contribute to Pythia Foundations</a></li> | ||
<li><a href="https://projectpythia.org/code_of_conduct.html">Our code of conduct</a></li> | ||
<li><a href="https://projectpythia.org/#weekly-working-group-meetings">Join our weekly meetings</a></li> | ||
<li><a href="https://github.com/ProjectPythia">Join us on GitHub</a></li> | ||
|
@@ -546,7 +545,7 @@ <h1>Contribute</h1> | |
|
||
By the <a href="https://projectpythia.org/">Project Pythia</a> Community. | ||
|
||
Last updated on 9 August 2023. | ||
Last updated on 14 August 2023. | ||
</p> | ||
</div> | ||
</div> | ||
|
Oops, something went wrong.