or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
43 used & new from £14.95

Have one to sell? Sell yours here
 
   
Python Web Development with Django (Developer's Library)
 
 

Python Web Development with Django (Developer's Library) (Paperback)

by Jeff Forcier (Author), Paul Bissex (Author), Wesley Chun (Author)
2.0 out of 5 stars  See all reviews (1 customer review)
RRP: £28.99
Price: £17.68 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £11.31 (39%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 2 left in stock--order soon (more on the way).

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
36 new from £14.95 7 used from £20.45

Frequently Bought Together

Python Web Development with Django (Developer's Library) + Pro Django + The Definitive Guide To Django: Web Development Done Right 2nd Edition (Expert's Voice in Web Development)
Price For All Three: £59.93

Show availability and shipping details


Customers Who Bought This Item Also Bought

Pro Django

Pro Django

by Marty Alchin
5.0 out of 5 stars (1)  £21.32
Core PYTHON Programming

Core PYTHON Programming

by Wesley Chun
4.4 out of 5 stars (10)  £15.99
The Definitive Guide To Django: Web Development Done Right 2nd Edition (Expert's Voice in Web Development)

The Definitive Guide To Django: Web Development Done Right 2nd Edition (Expert's Voice in Web Development)

by A; Kaplan-Moss, J Holovaty
4.8 out of 5 stars (4)  £20.93
Python Cookbook

Python Cookbook

by Alex Martelli
4.2 out of 5 stars (6)  £23.61
Learning Python

Learning Python

by Mark Lutz
3.5 out of 5 stars (11)  £24.02
Explore similar items

Product details

  • Paperback: 408 pages
  • Publisher: Addison Wesley; 1 edition (6 Nov 2008)
  • Language English
  • ISBN-10: 0132356139
  • ISBN-13: 978-0132356138
  • Product Dimensions: 22.6 x 17.5 x 2.3 cm
  • Average Customer Review: 2.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon.co.uk Sales Rank: 376,318 in Books (See Bestsellers in Books)

    Popular in this category:

    #46 in  Books > Computing & Internet > Programming > Languages > Python
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Python Web Programmers opens new browser window
Bixly.com/Python  -  Produce Amazing Python Web Projects With Expert Python Web Programmers! 
   Djazz it up with django opens new browser window
plucas.com  -  Contact plucas technologies for quality django web development 
   UK Django development opens new browser window
www.torchbox.com  -  Rapid application development with the Django Python framework 
  
 

Product Description

Product Description

Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release.

 

The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You’ll discover how Django leverages Python’s development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You’ll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including

  • Simple Web log (blog)
  • Online photo gallery
  • Simple content management system
  • Ajax-powered live blogger
  • Online source code sharing/syntax highlighting tool
  • How to run your Django applications on the Google App Engine

 

This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications. After a discussion of four independent working Django applications, coverage turns to advanced topics, such as caching, extending the template system, syndication, admin customization, and testing. Valuable reference appendices cover using the command-line, installing and configuring Django, development tools, exploring existing Django applications, the Google App Engine, and how to get more involved with the Django community.

 

 

Introduction 1

 

Part I: Getting Started

Chapter 1: Practical Python for Django 7

Chapter 2: Django for the Impatient: Building a Blog 57

Chapter 3: Starting Out 77

 

Part II: Django in Depth

Chapter 4: Defining and Using Models 89

Chapter 5: URLs, HTTP Mechanisms, and Views 117

Chapter 6: Templates and Form Processing 135

 

Part III: Django Applications by Example

Chapter 7: Photo Gallery 159

Chapter 8: Content Management System 181

Chapter 9: Liveblog 205

Chapter 10: Pastebin 221

 

Part IV: Advanced Django Techniques and Features

Chapter 11: Advanced Django Programming 235

Chapter 12: Advanced Django Deployment 261

 

Part V: Appendices

Appendix A: Command Line Basics 285

Appendix B: Installing and Running Django 295

Appendix C: Tools for Practical Django Development 313

Appendix D: Finding, Evaluating, and Using Django Applications 321

Appendix E: Django on the Google App Engine 325

Appendix F: Getting Involved in the Django Project 337

 

Index 339

Colophon 375



From the Back Cover

Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release.

 

The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You’ll discover how Django leverages Python’s development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You’ll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including

  • Simple Web log (blog)
  • Online photo gallery
  • Simple content management system
  • Ajax-powered live blogger
  • Online source code sharing/syntax highlighting tool
  • How to run your Django applications on the Google App Engine

 

This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications. After a discussion of four independent working Django applications, coverage turns to advanced topics, such as caching, extending the template system, syndication, admin customization, and testing. Valuable reference appendices cover using the command-line, installing and configuring Django, development tools, exploring existing Django applications, the Google App Engine, and how to get more involved with the Django community.

 

 

Introduction 1

 

Part I: Getting Started

Chapter 1: Practical Python for Django 7

Chapter 2: Django for the Impatient: Building a Blog 57

Chapter 3: Starting Out 77

 

Part II: Django in Depth

Chapter 4: Defining and Using Models 89

Chapter 5: URLs, HTTP Mechanisms, and Views 117

Chapter 6: Templates and Form Processing 135

 

Part III: Django Applications by Example

Chapter 7: Photo Gallery 159

Chapter 8: Content Management System 181

Chapter 9: Liveblog 205

Chapter 10: Pastebin 221

 

Part IV: Advanced Django Techniques and Features

Chapter 11: Advanced Django Programming 235

Chapter 12: Advanced Django Deployment 261

 

Part V: Appendices

Appendix A: Command Line Basics 285

Appendix B: Installing and Running Django 295

Appendix C: Tools for Practical Django Development 313

Appendix D: Finding, Evaluating, and Using Django Applications 321

Appendix E: Django on the Google App Engine 325

Appendix F: Getting Involved in the Django Project 337

 

Index 339

Colophon 375


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Python Web Development with Django (Developer's Library)
51% buy the item featured on this page:
Python Web Development with Django (Developer's Library) 2.0 out of 5 stars (1)
£17.68
The Definitive Guide To Django: Web Development Done Right 2nd Edition (Expert's Voice in Web Development)
25% buy
The Definitive Guide To Django: Web Development Done Right 2nd Edition (Expert's Voice in Web Development) 4.8 out of 5 stars (4)
£20.93
Pro Django
11% buy
Pro Django 5.0 out of 5 stars (1)
£21.32
Core PYTHON Programming
7% buy
Core PYTHON Programming 4.4 out of 5 stars (10)
£15.99

 

Customer Reviews

1 Review
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
2.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
1 of 1 people found the following review helpful:
2.0 out of 5 stars I give up, 16 May 2009
I'm using Django version 1.02. It could well be that the examples have not been tested against this version.

I've been trying to get one of the examples to work for quite some time and I want to throw the book on the fire by now. It is very densely written, which makes it hard to understand. Ok, I need to do some work figuring it all out. I have tried the gallery example but was unable to display an image once I had uploaded it. I am halfway through the CMS example, having corrected some of the errors in the authors' code (the ones they don't mention in the hard-to-find errata). I've come up against another brick wall (Reverse for 'cmsproject.cms-search' with arguments '()' and keyword arguments '{}' not found.). Having entered this latest error message into google I find I'm not the first. This poor guy didn't get any help either.

I'm sure Django is a great tool and I'd love to use it. But this book is not to be compared with books I used to learn c#, java, php and so on. I'm going to spend the next month and a half getting to grips with Python until the "Web Development done right" second edition comes out.
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.