Closed yellowchocobo closed 5 years ago
use setup.md: it contains already how to start a jupyter notebook but nothing on Spyder and jupyterlab). to be noted that spyder is meant to be used for debugging python codes (we could show some examples; but probably not as part of the first 2 days).
use 07-visluzation.md: the current drafted list of items needs to be updated too...
01-numpy.md and 06-pandas.md
One important thing to highlight is that numpy is used in most other packages dealing with arrays i.e. pandas, xarrays, scipy, etc. So learning numpy is very important
06-pandas.md
For the first 2 days, I guess we can have:
What do you think @yellowchocobo ?
That sounds nice! I did not work with xarray yet but I guess it should not be too difficult to get familiar with this module? I am going to work both Saturday and Sunday (not the whole day but a little bit on both days. Hope to get things ready by Monday 💃 .
Btw, if I want to push a change what is the best? Fork the project, create a dev-branch, make changes, and make a push request? I am still trying to get use to GitHub :)
Yes, the easiest is to fork the repo, create a branch and make a pull request to nordicesmhub repo. Don't forget to sync your repo with mine before your pull request.
Let me know if you have problems.
Thanks
I will finish the lessons tomorrow. I got pretty far with all of them but still some work
I just have a copy locally for now
I was thinking about making lessons about:
I will save the lessons into markdown and try to modify those files to the format of the carpentry template workshop. I might ask you some help with that.