Resources

Subscribe

  • Subscribe

Practical Django Projects, Second Edition

Posted by admin | November 25, 2009 .

Practical Django Projects, Second Edition (Expert's Voice in Web Development)
$29.69

Product Description

Build a django content management system, blog, and social networking site with James Bennett as he introduces version 1. 1 of the popular Django framework. You’ll work through the development of each project, implementing and running the applications while learning new features along the way. Web frameworks are playing a major role in the creation of today’s most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Python developers have been particularly fortunate in this area, having been able to take advantage of Django, a very popular open source web framework whose stated goal is to “make it easier to build better web applications more quickly with less code”. Practical Django Projects introduces this popular framework by way of a series of real–world projects. Readers follow along with the development of each project, implementing and running each application while learning new features along the way. This edition is updated for Django 1. 1 and includes an all-new chapter covering practical development tools and techniques you’ll be able to apply to your own development workflow. What you‘ll learn Capitalize upon the well–defined and stable framework architecture of Django 1. 1 to build web applications faster than ever before. Learn by doing by working through the creation of three real–world projects, including a content management system, blog, and social networking site. Build user–friendly web sites with well–structured URLs, session tracking, and syndication options. Let Django handle tedious tasks such as database interaction while you focus on building compelling applications. Who is this book for? Web developers seeking to use the powerful Django framework to build powerful web sites. About the Apress Practical Series The Practical series from Apress is your best choice for getting the job done, period. From professional to expert, this series lets you apply project–motivated templates (or frameworks) step by step in a very direct, practical, and efficient manner toward current real–world projects that may be sitting on your desk. So whatever your career goal, Apress can be your trusted guide to take you where you want to go on your IT career empowerment path.

About the Author

James Bennett is a web developer for the World Company of Lawrence, Kansas, and is a major contributor to the Django project. His current role within the Django community is as the software project’s release manager.

Buy Practical Django Projects, Second Edition at Amazon

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks
  • Yahoo! Buzz
  • TwitThis
  • Live
  • LinkedIn
  • Pownce
  • MySpace

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

3 Comments so far
  1. Walker November 26, 2009 1:32 am

    I resisted reading the first edition because it came out just shortly before Django 1. 0. As a result, the code samples were not fully usable with the latest Django codebase. The second edition does not suffer from this problem. The code matches development version 1. 1. It also has a number of helpful additions: material on current version control (git, mercurial, and subversion), pip (for installing packages), virtualenv (for isolating different development environments), fabric (for repeatable releases to servers), and unit testing. The text covers the development of two projects: a CMS and a code-sharing site. It has excellent examples of managers (a topic I have not seen covered in other Django books), templatetags, installable packages (markdown, comments, akismet for anti-spamming, pygments for color code, tinymce for rich text-editing, pydelicious, registration), and native packages (RSS feeds, flatpages, auth), plus all the usual topics: urls, models, views, forms, and templates. The text is very strong on using generic views. The writing is excellent and flows logically. It’s a pleasure to read.

  2. Anonymous November 26, 2009 2:05 am

    Amazon Verified Purchase(What’s this?)

    This book would totally be 5 stars if the source code was there. It really lays out how to work with Django and understand best practices, but if you’re a “code-along-with-the-book” kind of person, you’re going to be SEVERELY disappointed since there’s no source code to check against the book, not anywhere. This lack of source code would be excusable if this was a fresh title and there seemed to be an effort to get the source code out, but after searching the blogs and finding an excuse by the author over a year back saying “I have a day job”, well that’s just inexcusable. I’d almost give it two stars for the excuse, but the content of the book itself is very good, except for the thirty or so references to “getting to source code from the Apress site”. Shame on Apress. This book sits on my shelf as a reference for best practices and a collection of white papers for extending my projects, but I would consider this a third choice. If you’re already comfortable with django and “get” everything that’s going on, go for this book. If you’re still a little “noob-ish” on the topic, move on.

  3. Rimona November 26, 2009 3:44 am

    Amazon Verified Purchase(What’s this?)

    I like the Django framework a lot, and really wanted to like this book, but I’m afraid it was pushed to market long before it was ready. There are several cases in the book where I feel the author introduces something, but leaves off pertinent information required to override Django defaults and get what he suggested to work (e. g. using the numerical representation for months in a URL rather than the three-digit representation). Also, there are many places in the book where the author is describing code, but doesn’t state very clearly where the code should go. Finally, the author refers to the book’s accompanying source code, but that source code doesn’t exist. The publisher told me a month ago that they’ve been in contact with the author, and that the source code will be available “shortly,” but it is still unavailable. How many months has the book been out? On the plus side, I think the author’s projects are useful, and with the exception of his use of Markdown for submitting blog entries (in my opinion, he should have showed the use of TinyMCE there as well), well thought out. I also think the author does a good job of introducing the reader to a wide range of Django knowledge. I’m taking one star away for the lack of clarity in several areas, and one away for the missing source code. If the publisher had fixed the ambiguities, missing information, and had the source code available prior to release, this could easily have been a five-star book for learning Django.