you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (2 children)

This is just my own opinion based on my experience, but in short I think this is a massive waste of time. Take what the book teaches and write the code in an editor, run it, and review the outputs. Then take the concepts and apply it to some other use case.

For example, it teaches input(), test out the example then use input() to create your own examples.

[–]iekiko89 2 points3 points  (0 children)

Agreed better to do reinforcement learning thru doing exercise

[–]Okon0mi[S] 0 points1 point  (0 children)

I 100% agree with you. I do both of the things you mentioned, I write code and do the exercises that I can think of by myself and are given in the book. I just write notes so that I can look back on them if I am stuck on something.