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
Pythia Foundations is a geoscience-flavored introduction to essential tools in the Scientific Python Ecosystem (SPE) and [Pangeo](https://pangeo.io) stack. It covers the foundational knowledge that's needed to get started with Python in the computational geosciences, as well as to become an effective citizen-practitioner in key open geoscience software ecosystems. The intended audience is anyone from undergraduate students through established geoscientists who are relatively new to working in Python. The tutorials in this book also serve as references and prerequisites for the more advanced and domain-specific content in the [Pythia Cookbook Gallery](https://cookbooks.projectpythia.org).
@@ -17,7 +15,7 @@ aspiring scientists, working in any number of disciplines. Pythia
17
15
Foundations makes very few assumptions about the experience level
18
16
of the reader other than having a background in math or science,
19
17
and being comfortable using a computer, including the command line
20
-
terminal (i.e. the [Unix shell](https://en.wikipedia.org/wiki/Unix_shell)).
18
+
terminal (i.e., the [Unix shell](https://en.wikipedia.org/wiki/Unix_shell)).
21
19
Prior programming experience is not required.
22
20
23
21
Lastly, in addition to the Python language and a number of fundamental
@@ -32,7 +30,7 @@ results.
32
30
## Organization of Pythia Foundations
33
31
34
32
Pythia Foundations is organized into two main sections as seen in
35
-
the sidebar on the left: Foundational Skills, and Core Scientific
33
+
the sidebar on the left and the schematic below: Foundational Skills, and Core Scientific
36
34
Python Packages. The first, Foundational Skills, covers essential
37
35
material that all users of Project Pythia are expected to feel
38
36
comfortable with in order to make the most of the rest of the Project
@@ -42,6 +40,8 @@ in the Scientific Python Ecosystem. These packages serve as the
42
40
building blocks for many of the more geoscience focused components
0 commit comments