# Intermediate Path

This learning path was presented at SciPy 2023. It covers intermediate
and more advanced topics and is a good follow-on from the [Fundamental Path](fundamental-path)

The tutorial was organized by:

- Deepak Cherian (National Center for Atmospheric Research)
- Scott Henderson (Univ. Washington)
- Jessica Scheick (Univ. New Hampshire)
- Negin Sobhani (National Center for Atmospheric Research)
- Tom Nicholas (Lamont-Doherty Earth Observatory)
- Anderson Banihirwe (CarbonPlan)
- Don Setiawan (Univ. Washington)

## Outline

```{dropdown} Introduction
{doc}`../../overview/get-started`
```

```{dropdown} Indexing
{doc}`../../intermediate/indexing/advanced-indexing`
```

```{dropdown} Computational Patterns
{doc}`../../intermediate/computation/01-high-level-computation-patterns`
```

```{dropdown} Wrapping other arrays: dask
{doc}`../../intermediate/xarray_and_dask`
```

```{dropdown} Wrapping custom computation
{doc}`../../advanced/apply_ufunc/simple_numpy_apply_ufunc`

{doc}`../../advanced/apply_ufunc/core-dimensions`

{doc}`../../advanced/apply_ufunc/complex-output-numpy`

{doc}`Explore the remaining material <../../advanced/apply_ufunc/apply_ufunc>`
```
