Please try to give examples such as Python and Django frameworks.
Reply content:
I think a line of reading is very good ... I can't give you a book. "How to read a book" is just reading the Django document recently.
Read through the tutorial line one by one, and write it again as an example (although I wrote another example myself ...). )。
Then you need to read the corresponding document, for example, to write the model.
Read the text before the title, and then find the content needed to read the inside of each line.
in fact, the key is not how to read, but to read the finished. Beginners suggest reading through a stupid method
Read it over again.
The operation is read first, then read correctly (correctly understood), and then read effectively, and so you have this experience base, read other related documents can consider from the efficient start Django document very good, really good.
I usually use more PDF documents, in the Pro version of Acrobat can give the bookmark bold, variable color, can also highlight the focus of the text.
Django documents most often look at the using section and API reference,using give you a big picture, the middle will point to the corresponding part of the API ref, familiar with later, encountered problems can go straight to API ref. How-to guides Part of the section also has some important content can not be missed out.
In short, look at the Getting started and using, and then look at the relevant parts as needed when doing something.