- Django Admin Cookbook (Django 2.0)
- Django ORM Cookbook (Django 2.0)
- Building APIs with Django and Django Rest Framework (Django 2.0)
- Building Multi Tenant Applications with Django (Django 2.0)
- Journeyman Python (Python 3.6)
- Essential Python Tools (Python 3.6)
- Tweetable Python (Python 3.6)
- Django Projects Cookbook (Django 2.0)
- Django Design Patterns (Outdated)
- Software consulting Howto (2011)
- Visual Arts with Python (Python 3.6)
- Django Gotchas (Outdated)
Django Admin Cookbook is intermediate level book about doing things with Django Admin, written in a question and answer style.
Django ORM Cookbook is a book about doing things with Django ORM and Django models. Django is a “MTV” (Model-Template-View) framework – This book provides a deep dive into the M
part.
Building APIs with Django and Django Rest Framework rewrites the beginner Django polls app to an API format using Django Rest Framework.
Read Building APIs with Django and DRF
Building multi tenant applications with Django teaches how to build multi tenant apps and the various approaches to multi tenancy. In this book, you will rebuild the same app using the various methods to achieve multi-tenancy.
Learn advanced Python by reading code of well engineered software.
Tiny Python programs (280 chars) which pack a punch.
A Django book which teaches advanced Django concepts by building real Django projects.
A book about setting up and running a well oiled software consulting business. Written in 2011.
Let us make some beautiful things with Python.
Django design patterns is a book about commonly occurring patterns and best practices in Django.
Read Django Design Patterns (Outdated)
A book about common mistakes people make while programming with Django
Thank you for reading our books.