DEV Community

David MMπŸ‘¨πŸ»β€πŸ’»
David MMπŸ‘¨πŸ»β€πŸ’»

Posted on • Originally published at letslearnabout.net

Review: Django for Professionals

There is a lot of books for learning Django for beginners, but what about for those that want to level up?

If you have been using Django for a while, your average "Let's build a blog/newspaper" may fall short. Thankfully we have "Django for Professionals"


Introduction - What's Django for Professionals?

Django for Professionals - Cover

There are a lot of books to start learning Django right now. Beginners and even non-programmers can pick it up in hours, thanks to the Django structure, the Python English-like syntax and a few Django tips here and there.

But...what if you are past that? What if creating a few toy-apps is not enough for you?

Reaching an advanced level is a hard thing to do.

Thankfully William Vincent has decided to close that gap with his 'Django for Programmers' ebook (he also has written other Django-related books such as 'Django for Professionals and 'Django for APIs'


The book - What you can find inside

We can easily divide the book into two parts:

  • On each chapter from chapter one through nine, we will learn one topic on each chapter by creating one small app in each chapter. How to create a Docker file, how to set up PostgreSQL Database for Python in a Docker, etc
  • After that, from chapter ten through the eighteen, we will create a product-ready project using Django, Docker and, finally, advanced concepts. Permissions, Stripe, improving performance and security, etc

Even if this book doesn't follow TDD principles, we will do testing. A lot of testing.

One thing that I didn't like too much about the book is that some topics deserve to go deeper than just 10-15 pages, but then if the book covered each topic as deep as they deserve, the book wouldn't have 357 pages but 1000.

After all, this book is aimed at professionals: It points you in the right direction, it gives you a few examples, and then you can work the details on your own.


Pros and Cons

Pros

  • It covers interesting and actual topics: Docker, Stripe integration, security, deployment, etc
  • Structure: One chapter, one topic. If you want to learn how to improve the security of your web app, head for the Security chapter instead of chasing them all around the book here and there
  • Scope of the book: Finally a way to learn advanced topics. I have read a lot of Django books but you outgrow them quickly. Finally, William has filled the knowledge gap.
  • Easy to follow: Between the clear instructions and captures as a visual aid, it is hard to mess up with something while following the book.

Cons

  • A bit shallow sometimes: While covering many important topics, sometimes it feels like some of them could be more detailed.
  • Not for the experienced: If you are a professional that has been working with Django for many years, this book is not for you.

Conclusion

If you are looking into leveling up your Django skills from beginner to advanced, this book is for you.

Instead of buying toy apps, you'll be learning advanced topics and then, creating and deploying a production-ready web app with Heroku using Stripe for payments.

A great book to learn a lot, quickly and very helpful if you are struggling with any of the concepts touched in it.

You can buy it at https://djangoforprofessionals.com/


William Vincent blog: https://wsvincent.com/

William Vincent ebooks: https://wsvincent.com/books/

Django Chat podcast (Co-hosted by William Vincent): https://djangochat.com/


My Youtube tutorial videos

Reach to me on Twitter

My Github

Contact me: DavidMM1707@gmail.com

Read more Book Reviews

Top comments (0)