Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise the arrays lesson #115

Merged
merged 13 commits into from
Aug 1, 2023
Merged

Revise the arrays lesson #115

merged 13 commits into from
Aug 1, 2023

Conversation

mdpiper
Copy link
Member

@mdpiper mdpiper commented Jul 31, 2023

This PR revises the Python arrays lesson with the following:

  • Separate the data visualization examples from the array examples. Now the notebook 4_arrays.ipynb focuses on NumPy, while 4a_plots.ipynb focuses on Matplotlib.
  • Add a preliminary section on shapes and slices of nD arrays. Feedback from students indicated that it was hard to see and understand these notions through the topo dataset, which is too large to print easily.
  • Add separate Exercises and Summary sections.

This PR resolves #110.

@mdpiper mdpiper merged commit a705e22 into main Aug 1, 2023
17 checks passed
@mdpiper mdpiper deleted the mdpiper/revamp-arrays branch September 11, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce array shape/slicing with simple rectangular example
1 participant