Hello… Please am new to Django. I have watched a lot of beginner videos and am still struggling to understand Django. I feel lots of explanation is needed. Can anyone recommend a detailed book on Django with projects to practice with?
I always recommend people work their way through either (or both) of the Official Django Tutorial and the Django Girls Tutorial.
And by “working through”, I do mean writing all the code and examples.
For other resources, you might want to check out the Awesome Django
page.
But with any of these materials, the key is to take it slow. Don’t try to rush through the exercises just to get them done. Take the time to try and understand what you’re doing at each stage and why. It’s ok if you don’t understand something at a given point - but make a note of it and ensure that by the end of the section, chapter, page, etc that you have gotten an answer to your question.
1 Like