Bitperi(Periklis Gkolias)

Productivity tips and coding for thriving people

Django by example(Antonio Mele) - book review

Disclaimer: At the time of starting to write this article, the next version of the book under review, has not been published yet. If you want to read the newest version, you can find it here

Many people don’t have enough time to research for a book. I think such articles could help people, accelerate their (correct)decision.

That’s why I decided to write this article. This is a quick and dense review of Django by example by Antonio Mele

9781784391911 (The cover of the book, from the official publication, packtpub.com)

The idea

The book is trying to teach more advanced Django techniques to people that are already familiar enough with the framework. And I think it is doing a great job here. I loved the projects included, especially the social network one.

The projects:

The projects included are

  • Create a full-scale blog(pretty much all the expected functionality you can find in a blog) with third-party integrations(Chapters 1, 2, 3)
  • Create a basic(but not trivial) social network with images. (Chapter 5, 6)
  • Create an online shop with integrated PayPal payments and a recommendation engine(no machine learning, pure hacker stuff :) )
  • Create an e-learning platform, with emphasis on the caching mechanisms of Django

Some of the technologies used(apart from django of course)

The bad stuff:

As with all big projects, some flaws are inevitable. They are very few though. The most important I noticed are:

  • A few errors in code. Ok, you ’ll say, which book doesn’t?
  • The book is working with version 1.8. Not a fault of the author, of course, it is just that the book came out 3 years ago and we are at version 2 now.

Shall I read it?

It is a book that I found enjoyable and useful for my projects. So in my humble opinion:

  • Totally, if you are interested in becoming better on Django. It might be of a somewhat older version but the concepts discussed are not affected much
  • Totally not, if you are not interested in becoming a better Django developer or you don’t know the basics of Django :) In the latter case, there are various sources to prepare you. For example NetNinja and Sentdex or even the official tutorials.

Conclusion

Thank you for reading this article. I hope you found the review useful and please feel free to give me some love or/and comment below if you liked it. Happy learning.

comments powered by Disqus