-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit python-data folder with new material
- Loading branch information
Showing
47 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Intro to Python Data | ||
|
||
This part of the course is based on some different materials around data libraries in Python, with additional exercises and materials. | ||
|
||
In this folder you will find all the material used to run the course. | ||
* Links to the presentation materials | ||
* The jupyter-notebook based exercises we will complete as part of the course | ||
* Solutions to the jupyter-notebook based exercises | ||
|
||
Presentation material is used from the links listed below: | ||
|
||
1. [xarray: Introduction to multidimensional arrays]() | ||
2. [xarray: Plotting and aggregation]() | ||
3. [xarray: Groupby processing and masking]() | ||
4. [cf-python]() | ||
5. [matplotlib]() | ||
6. [numpy]() | ||
7. [NetCDF4]() | ||
|
||
Each of these has an equivalent notebook in the [exercises](/exercises) folder with the solutions in the [solutions](/solutions) folder. |