You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://youtu.be/Jog7ybd6amw"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Reading in a .txt File</h4></a>
1441
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1441
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1442
1442
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>.
<ahref="https://youtu.be/5z6-t62x7Xs"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Creating a Data Dictionary</h4></a>
1466
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1466
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1467
1467
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>.
<ahref="https://youtu.be/BerEf_3CsL8"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Writing Functions</h4></a>
1491
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1491
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1492
1492
<pclass="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 <Ahref ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>.
<ahref="https://youtu.be/6lbbTwGFcTc"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Creating Your Own Package</h4></a>
1516
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1516
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1517
1517
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>.
<ahref="https://youtu.be/44QUMCh2ZHU"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Using a Built-In Package and Publishing Your Package</h4></a>
1541
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1541
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1542
1542
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>.
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `cartopy`. The content to follow along with this video is hosted in this <Ahref="https://github.com/michaelavs/cartopy_tutorial">Cartopy Tutorial GitHub Repository</A>.
<ahref="https://youtu.be/BsV3ek7qsiM"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1718
-
<pclass="card-subtitle"><strong>Author:</strong> Max Grover, Project Pythia, Drew Camron<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1718
+
<pclass="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1719
1719
<pclass="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 <Ahref="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</A>.
Copy file name to clipboardExpand all lines: contributing.html
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -390,6 +390,13 @@
390
390
391
391
<sectionid="project-pythia-contributor-s-guide">
392
392
<h1>Project Pythia Contributor’s Guide<aclass="headerlink" href="#project-pythia-contributor-s-guide" title="Link to this heading"><iclass="fas fa-link"></i></a></h1>
393
+
<divclass="admonition note">
394
+
<pclass="admonition-title">Note</p>
395
+
<p>This the top-level guide for Project Pythia and a great starting point for getting involved!</p>
396
+
<p>We also have specific guides for
397
+
<aclass="reference external" href="https://foundations.projectpythia.org/appendix/how-to-contribute.html">contributing to Pythia Foundations</a>
398
+
and <aclass="reference external" href="https://projectpythia.org/cookbook-guide.html">contributing new Cookbooks</a>.</p>
399
+
</div>
393
400
<sectionid="overview">
394
401
<h2>Overview<aclass="headerlink" href="#overview" title="Link to this heading"><iclass="fas fa-link"></i></a></h2>
395
402
<p>Welcome! This is the main contributors guide for Project Pythia.
@@ -465,10 +472,10 @@ <h3>Add a new Cookbook to Cookbooks Gallery<a class="headerlink" href="#add-a-ne
465
472
Gallery</a> is a
466
473
collection of “cookbooks” that describe workflows that solve a
467
474
specific problem. Typically, a cookbook references material presented
468
-
elsewhere in Project Pythia, such as <aclass="reference external" href="https://foundations.projectpythia.org">Pythia Foundations</a>.
475
+
elsewhere in Project Pythia, such as <aclass="reference external" href="https://foundations.projectpythia.org">Pythia Foundations</a>.
469
476
Each Cookbook is hosted in a separate GitHub repo under the umbrella <aclass="reference external" href="https://github.com/ProjectPythia">Project Pythia
470
477
organization</a>.
471
-
Contributors should consult the <aclass="reference external" href="https://github.com/ProjectPythia/.github/blob/main/.github/CONTRIBUTING.md">Cookbook-specific Contributor’s guide</a>.</p>
478
+
Contributors should consult the <aclass="reference internal" href="cookbook-guide.html"><spanclass="doc std std-doc">Cookbook-specific Contributor’s guide</span></a>.</p>
472
479
</section>
473
480
<sectionid="pythia-portal">
474
481
<h3>Pythia Portal<aclass="headerlink" href="#pythia-portal" title="Link to this heading"><iclass="fas fa-link"></i></a></h3>
<aclass="text-decoration-none" href="https://youtu.be/Jog7ybd6amw"><h4class="display-4 p-0">Your First Python Tutorial - Reading in a .txt File</h4></a>
1472
-
<pclass="card-subtitle"><strong>Author:</strong>Project Pythia, Julia Kent<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
<pclass="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 <ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</a>.
<aclass="text-decoration-none" href="https://youtu.be/5z6-t62x7Xs"><h4class="display-4 p-0">Your First Python Tutorial - Creating a Data Dictionary</h4></a>
1494
-
<pclass="card-subtitle"><strong>Author:</strong>Project Pythia, Julia Kent<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
<pclass="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 <ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</a>.
<aclass="text-decoration-none" href="https://youtu.be/BerEf_3CsL8"><h4class="display-4 p-0">Your First Python Tutorial - Writing Functions</h4></a>
1516
-
<pclass="card-subtitle"><strong>Author:</strong>Project Pythia, Julia Kent<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
<pclass="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 <ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</a>.
<aclass="text-decoration-none" href="https://youtu.be/6lbbTwGFcTc"><h4class="display-4 p-0">Your First Python Tutorial - Creating Your Own Package</h4></a>
1538
-
<pclass="card-subtitle"><strong>Author:</strong>Project Pythia, Julia Kent<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
<pclass="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 <ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</a>.
<aclass="text-decoration-none" href="https://youtu.be/44QUMCh2ZHU"><h4class="display-4 p-0">Your First Python Tutorial - Using a Built-In Package and Publishing Your Package</h4></a>
1560
-
<pclass="card-subtitle"><strong>Author:</strong>Project Pythia, Julia Kent<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
<pclass="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 <ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</a>.
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `cartopy`. The content to follow along with this video is hosted in this <ahref="https://github.com/michaelavs/cartopy_tutorial">Cartopy Tutorial GitHub Repository</a>.
<aclass="text-decoration-none" href="https://youtu.be/BsV3ek7qsiM"><h4class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1716
-
<pclass="card-subtitle"><strong>Author:</strong> Max Grover, Project Pythia, Drew Camron<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
1716
+
<pclass="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
1717
1717
<pclass="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 <ahref="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</a>.
0 commit comments