-
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
9 changed files
with
39 additions
and
46 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
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:ltauxe@ucsd.edu">Lisa Tauxe</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:[email protected]">Hanna Asefaw</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:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:ltauxe@ucsd.edu">Lisa Tauxe</a>, <a href="mailto:[email protected]">Hanna Asefaw</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> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="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> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="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> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="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> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="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> Project Pythia, Julia Kent<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="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> Project Pythia, Kevin Paul<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="my-2">Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks. | ||
</p> | ||
</div> | ||
|
@@ -1623,7 +1623,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-numpy.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/kstc-6uz7AQ" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Numpy</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<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 `numpy`. The content to follow along with this video is hosted on this <A href="https://colab.research.google.com/drive/1zcjaGXofLzUXkQzJKnANE9Z3yFUt0q7E?">Numpy Google Collab</A>. | ||
</p> | ||
</div> | ||
|
@@ -1670,7 +1670,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-oop.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://youtu.be/GEFnL8C62u8" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Object Oriented Programming</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<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 Object Oriented Programming. The content to follow along with this video is hosted in this <A href="https://github.com/pilotchute/oop_hrrr_tutorial">Object Oriented Programming 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> Project Pythia, Kevin Paul<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="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> Project Pythia, Max Grover, Drew Camron<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<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="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> | ||
|
@@ -1879,7 +1879,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis | |
<img src="/_static/thumbnails/ptss-geocatcomp.jpeg" class="gallery-thumbnail" /> | ||
<div class="container"> | ||
<a href="https://www.youtube.com/watch?v=uiWDQKI8YTQ&t=6s" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - GeoCAT-Comp</h4></a> | ||
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p> | ||
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<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 `geocat-comp`. The content to follow along with this video is hosted in this <A href="https://github.com/pilotchute/geocat_comp_tutorial">GeoCat-Comp GitHub Repository</A>. | ||
</p> | ||
</div> | ||
|
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 |
---|---|---|
|
@@ -478,21 +478,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> | ||
|
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 |
---|---|---|
|
@@ -422,21 +422,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> | ||
|
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 |
---|---|---|
|
@@ -876,21 +876,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> | ||
|
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 |
---|---|---|
|
@@ -290,21 +290,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> | ||
|
Oops, something went wrong.