Books by Agiliq ========================== .. image:: book-covers/merged.jpg - `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 ++++++++++++++++++++++++++++++++++++++++++++++ Django Admin Cookbook is intermediate level book about doing things with Django Admin, written in a question and answer style. `Read Django Admin Cookbook `_ .. image:: book-covers/book-cover-dac-320.png ---------- Django ORM Cookbook ++++++++++++++++++++++++++++++++++++++++++++++ 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 :code:`M` part. `Read Django ORM Cookbook `_ .. image:: book-covers/book-cover-doc-320.png ---------- Building APIs with Django and Django Rest Framework +++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 `_ .. image:: book-covers/book-cover-api-320.png ---------- Building Multi Tenant Applications with Django +++++++++++++++++++++++++++++++++++++++++++++++++++++ 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. `Read it here `_ .. image:: book-covers/book-cover-mta-320.png ---------- Journeyman Python +++++++++++++++++++ Learn advanced Python by reading code of well engineered software. `Read Journeyman Python `_ .. image:: book-covers/book-cover-jop-320.png Essential Python Tools ------------------------- `Read Essential Python Tools `_ .. image:: book-covers/book-cover-ept-320.png ---------- Tweetable Python ----------------------- Tiny Python programs (280 chars) which pack a punch. `Read Tweetable Python `_ --------- Django Projects Cookbook ++++++++++++++++++++++++++++++++++++++++++++++ A Django book which teaches advanced Django concepts by building real Django projects. - `Read Django Projects Cookbook `_ .. image:: book-covers/book-cover-dpc-320.png ---------- Software consulting Howto ++++++++++++++++++++++++++ A book about setting up and running a well oiled software consulting business. Written in 2011. ---------- Visual Arts with Python +++++++++++++++++++++++ Let us make some beautiful things with Python. `Read Visual Arts with Python `_ ---------- Django Design Patterns ++++++++++++++++++++++++++++++++++++++++++++++ Django design patterns is a book about commonly occurring patterns and best practices in Django. `Read Django Design Patterns (Outdated) `_ .. image:: book-covers/book-cover-ddp-320.png ---------- Django Gotchas ++++++++++++++++++++++++++++++++++++++++++++++ A book about common mistakes people make while programming with Django ---------- Thank you for reading our books.