(Part 2) Best products from r/django

We found 13 comments on r/django discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 32 products and ranked them based on the amount of positive reactions they received. Here are the products ranked 21-40. You can also go back to the previous section.

Top comments mentioning products on r/django:

u/jawn- · 2 pointsr/django

Noone has mentioned it yet but hands down the best django book is Marty Alchin's Pro Django.

It might not be the best for a person new to programming, or new to MVC style frameworks. If you have some experience it will really transform the way you look at both django and python. I can't recommend it enough.

http://www.amazon.com/Pro-Django-Experts-Voice-Development/dp/1430210478/ref=sr_1_1?ie=UTF8&qid=1331608592&sr=8-1

u/dAnjou · 8 pointsr/django

Simply start by writing tests for each HTTP endpoint and check the content of the response.

Maybe check out Michael Feathers' Working Effectively with Legacy Code too.

u/TalosThoren · 2 pointsr/django

A properly implemented deployment cycle should be a press-button operation. Every environment, including production, should be able to be updated (and rolled back if necessary) unattended and automatically.

I highly recommend this book to anyone presently babysitting deployments.

u/xrayfur · 2 pointsr/django

There's this book which figuratively speaking tears Django apart called Lightweight Django might help integrating a Mongo ORM to Django.

u/sriramracer · 2 pointsr/django

Comprehensive and technical? Haven't read it yet but http://www.amazon.com/gp/product/1784391913

u/marcoscoder · 1 pointr/django


Have you seen this book? (https://www.amazon.com/dp/1430258543/) I read the 3 or 4 first chapters of it, and I remember that it has these topics (http server / client, cache and other related stuff), maybe I should go for it and learn a little more from python (I think in the fluent python book) .

u/fuckuall2 · 1 pointr/django

you can try this book Getting started with Django - June 20, 2014, uses python 3 and goes through the basics. i just recently found this and am going through it myself

u/pydanny · 22 pointsr/django

Until djangobook gets updated for modern Django (i.e. - newer than 4 years old). I advocate these up-to-date resources: