Skip to content

Commit

Permalink
Edit python-data folder with new material
Browse files Browse the repository at this point in the history
  • Loading branch information
nf679 committed Aug 14, 2024
1 parent 8a85437 commit 0f7683f
Show file tree
Hide file tree
Showing 47 changed files with 20 additions and 0 deletions.
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.
20 changes: 20 additions & 0 deletions python-data/README.md
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.

0 comments on commit 0f7683f

Please sign in to comment.