Web Development Books on CSS, Standards, Web Development


Search Advanced Search
 Location:  Home » CSS » General » Pro Django: Web Development Done Right  
Pro Django: Web Development Done Right
Pro Django: Web Development Done Right

 enlarge 
Authors: Adrian Holovaty, Jacob Kaplan-moss
Publisher: APRESS
Category: Book

List Price: £27.99
Buy New: £16.44
You Save: £11.55 (41%)



New (35) Used (8) from £16.19

Avg. Customer Rating: 5.0 out of 5 stars 2 reviews
Sales Rank: 43701

Media: Paperback
Number Of Items: 1
Pages: 447
Shipping Weight (lbs): 1.7
Dimensions (in): 9.1 x 7 x 1

ISBN: 1590597257
Dewey Decimal Number: 006.76
EAN: 9781590597255
ASIN: 1590597257

Publication Date: December 10, 2007
Availability: Usually dispatched within 1-2 business days
Condition: Brand New. Shipped from UK Mainland. Delivery is usually 2 - 3 working days from order by Royal Mail, International Delivery is by Airmail.

Similar Items:

  • Practical Django Projects (Practical Projects)
  • Programming Collective Intelligence: Building Smart Web 2.0 Applications
  • Dive Into Python
  • Beginning Python: From Novice to Professional (Beginning: From Novice to Professional)
  • RESTful Web Services

Customer Reviews:

5 out of 5 stars Definitive Django Guide done right!   March 26, 2008
 2 out of 2 found this review helpful

Forget Rails...been anticipating this book for some 6 months now and it's most definitely not a disappointment. Logically laid out and written in a style that shares enthusiasm for what is a fine web framework. If you're starting out in Django or need a desktop reference pick this up and get cracking. You'll undoubtedly be surprised how easy it is to build websites with Django, I'm not a programer, a web designer by trade and it impressed me with how much can be accomplished with only a basic knowledge of the framework. Highly recommended, what are you waiting for??


5 out of 5 stars Great book, but beware of outdated sections   February 4, 2008
 3 out of 3 found this review helpful

This book is a fine and comprehensive romp through the essential workings and features of the Django python web development framework.

The book is divided into three parts. Part 1, 'Getting started', takes you from the concept of MVC through installation to the mechanics of getting a basic database-backed site up and running. Part 2, 'Subframeworks', goes on to discuss more advanced topics like the awesome generic views, caching, middleware, internationalisation and linking up with legacy databases. Part 3 consists of 8 reference appendices.

I love the tone of the writing in this book. It's concise, detailed where necessary, and occasionally irreverent (particularly when discussing Java and PHP!). Visually it looks great, following the current design of other Apress books.

On the negative side, Django is a fast moving project, and in a state of flux at the time of publishing (Dec '07). Chapter 7, Form Processing, seems to suffer most as the section on automatic form classes uses deprecated functions (according to the website), and their replacement, ModelForms, doesn't even get a mention. Also, there is only talk of the now-implemented 'auto-escaping' of browser input, so keep an eye on the Django project docs. Finally, there is the odd place where it's not quite clear into which file a particular code extract should go, and here and there I'd like to see more example usage.

Aah, the joys of book publishing. Still, I can't wait for a second edition when development has calmed down a bit!

Fortunately, given the unique way in which this book was written (do a web search for 'djangobook' and you'll see what I mean), you can give very precise feedback on a paragraph-by-paragraph basis, or get technical feedback provided by other readers. You might even get a credit in the next edition!

Overall, this book is essential for anyone getting into Django web development. Four stars + 1 for the way in which you can contribute back to the book.



Design Counts