Hacker News new | ask | show | jobs
by sputknick 2541 days ago
Maybe read their code and it's associated comments would help you? One of the benefits of using notebooks over a traditional IDE is that code is segmented into blocks. For me it makes it easier to read. it's like "ok, this cell will do this to our data, then this next cell will do this to our data". It's been more than a year since I took their class, and what I did to help with comprehension of the videos was to take notes in the individual cells while following the videos.
1 comments

Just my opinion but the fast.ai source code is very difficult to read.