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

Mistakes in numpy and advanced-numpy episodes #308

Open
ashwinvis opened this issue Nov 5, 2024 · 0 comments
Open

Mistakes in numpy and advanced-numpy episodes #308

ashwinvis opened this issue Nov 5, 2024 · 0 comments

Comments

@ashwinvis
Copy link
Collaborator

Numpy

  • exercise 2: We don't pass any array to the np.sum call

Axis What is the difference between np.sum(axis=1) vs np.sum(axis=0) on a two-dimensional array? What if you leave out the axis parameter?

https://aaltoscicomp.github.io/python-for-scicomp/numpy/#exercises-2

  • exercise 3: we don't introduce what a view is until the advanced episode. Is this a good assessment? View vs copy

https://aaltoscicomp.github.io/python-for-scicomp/numpy/#exercises-3

Advanced Numpy

  • typo in the first sentence under “Copy versus view”. i.e., “we way it created a “view”

https://aaltoscicomp.github.io/python-for-scicomp/numpy-advanced/#copy-versus-view

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

No branches or pull requests

1 participant