I’ve always liked Django (Python) but never really pushed myself hard enough to learn it in full. But this week is different.
I’ve picked up 5 (five!) books on Django and started learning. I know there are the official docs and the official book, but I really felt like doing it old school and learn stuff like a complete n00b.
After some test reading, I settled for Learning website development with Django. The book is for true beginners and does things in an old fashion. Throughout the book you build a single website (a bookmark app) and iterate several times over the entire app – from the basic way of getting things done – to what is considered best practice.
After this I plan to read through Practical Django Projects. I initially planned to go with this book first but I don’t like how the author wrote the syntax (e.g. actual code is mixed with normal text – this makes it hard to scan through the text).