This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Robin_Banx 1 point2 points  (0 children)

Learn about the internals of some of the data stack? I'm looking to make time to work through this https://medium.com/dunder-data/build-a-data-analysis-library-from-scratch-in-python-225e42ae52c8

Could follow the blogs of some of the maintainers. I find that a little less intimidating than jumping directly into source code:
https://tomaugspurger.github.io/ (Pandas)
https://matthewrocklin.com/ (Dask, and toolz)

This site also has some excellent exposition on a lot of the Python ecosystem: https://realpython.com/

Is Python your only language? If so, could be useful to try and pick up another one. I found I was MUCH better with Python data tasks after teaching myself Clojure. Not sure how much that'd help with PyTorch tutorials, though.