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

explain parameters of delete function #572

Open
thawn opened this issue Aug 29, 2018 · 1 comment
Open

explain parameters of delete function #572

thawn opened this issue Aug 29, 2018 · 1 comment
Labels
type:discussion Discussion or feedback about the lesson

Comments

@thawn
Copy link

thawn commented Aug 29, 2018

Lesson 01 the excercise "Stacking Arrays":
the second solution that uses numpy.delete just mentions the delete function without explaining how it works:

An alternative way to achieve the same result is to use Numpy’s delete function to remove the second column of A.

It would be nice to explain how the parameters work (i.e. the first parameter is the array, the second the dimension (row/column) and the third is the index of the dimension that should be deleted (do index ranges work here?)

@annefou
Copy link

annefou commented Sep 15, 2018

Yes or at least to explain again how to get help to get info on the list of possible arguments. To be honest, I don't usually teach this part as this first episode is so long.

@annefou annefou added the type:discussion Discussion or feedback about the lesson label Sep 19, 2018
maxim-belkin pushed a commit to maxim-belkin/python-novice-inflammation that referenced this issue May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:discussion Discussion or feedback about the lesson
Projects
None yet
Development

No branches or pull requests

2 participants