students-teach-students / python-tools-for-students

This projects aims to teach students the basics of how to use powerful Python Tools for the day to day life at university.
Apache License 2.0
10 stars 4 forks source link

4-Numpy material structure #23

Open s-weigand opened 4 years ago

s-weigand commented 4 years ago

Lets make this a kind of checklist, which aspects/functions/methods of numpy should be thought in what order (#4 helps me a lot to write the python material).

s-weigand commented 4 years ago

We should at least teach all that is on the cheatsheet. Besides file IO maybe, since we will do that in the pandas chapter. Where numpy can shine in file IO, is reading binary formats with a set spec, but that is too advanced for now I guess.

@redbluee Since you are the author of that chapter, can you make a checklist we can discuss?

redbluee commented 4 years ago

Yes i can prepare like a checklist. should be there till this weekend.

redbluee commented 4 years ago

Using NumPy

redbluee commented 4 years ago

@s-weigand

I've updated the contents list, pls check and approve/request changes. Thx!

s-weigand commented 4 years ago

Looks nice :smile:

s-weigand commented 4 years ago

Maybe reading binary formats would be also interesting i.e. generated from Fortran. Reading plain text will be explained in the pandas chapter, no need to teach the numpy version.

redbluee commented 4 years ago

Maybe reading binary formats would be also interesting i.e. generated from Fortran. Reading plain text will be explained in the pandas chapter, no need to teach the numpy version.

We can add this as a topic before

  • [ ] Best of all with Matplotlib

, that would be my suggest for C-ordered/FORTRAN-ordered binary files.