Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
1-14 of 14 Items < Prev | 1 | Next >
1. |
Instant Django 1.5 Application Development Starter By: Mauro Rocco; Publisher: Packt Publishing Publication Date: 22-FEB-2013 Insert Date: 27-FEB-2013 Slots: 1.0 | Overview: Instant Django 1.5 Application Development Starter
Jump into Django with this hands-on guide to practical web application development
with Python
Learn something new in an Instant! A short, fast, focused guide delivering immediate results.
Work with the database API to create a data-driven app
Learn Django by creating a practical web application
Get started with Django’s powerful and flexible template system
In Detail
Django is a high-level Python application framework built for development speed and accuracy. With a flatter learning curve than most frameworks, Django quickly enables you to create elegant,...
|
2. | Django 1.1 Testing and Debugging By: Karen M. Tracey Publisher: Packt Publishing Publication Date: 19-APR-2010 Insert Date: 01-OCT-2010 Slots: 1.0 | Overview: Django 1.1 Testing and Debugging
Building rigorously tested and bug-free Django applications
Develop Django applications quickly with fewer bugs through effective use of automated testing and debugging tools.
Ensure your code is accurate and stable throughout development and production by using Django's test framework.
Understand the working of code and its generated output with the help of debugging tools.
Packed with detailed working examples that illustrate the techniques and tools for debugging
In Detail
Bugs are a time consuming burden during software development. Django's built-in test...
|
3. | By: Jesse Legg Publisher: Packt Publishing Publication Date: 18-MAY-2010 Insert Date: 01-OCT-2010 Slots: 1.0 | Overview: Django 1.2 e-commerce
Build powerful e-commerce applications using Django, a leading Python web framework
Build all the components for an e-commerce store, from product catalog to shopping cart to checkout processor
Build a high quality e-commerce site quickly and start making money
All the examples in the book will run smoothly for all the versions of Django 1.x
Follow a tutorial format to build many components from scratch while leveraging the open-source community to enhance functionality
In Detail
Django is a high-level Python web framework that was developed by a fast-moving online-news...
|
4. | Practical Django Projects, Second Edition By: James Bennett Publisher: Apress Publication Date: 15-JUN-2010 Insert Date: 16-MAY-2010 Slots: 1.0 | Overview: Practical Django Projects, Second Edition
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 and includes an all-new chapter covering practical development tools and techniques you'll be able to apply to your own development workflow.
...
|
5. | By: JIM McGaw Publisher: Apress Publication Date: 28-OCT-2009 Insert Date: 13-MAY-2010 Slots: 1.0 | Overview: Beginning Django E-Commerce
Beginning Django E-Commerce guides you through producing an e-commerce site using Django, the most popular Python web development framework.
...
|
6. | The Definitive Guide to Django: Web Development Done Right, Second Edition By: Adrian Holovaty; Jacob Kaplan-Moss Publisher: Apress Publication Date: 15-JUL-2009 Insert Date: 13-MAY-2010 Slots: 1.0 | Overview: The Definitive Guide to Django: Web Development Done Right, Second Edition
'Lead developer Jacob Kaplan-Moss and Django creator Adrian Holovaty show you how they use this framework to create award-winning web sites by guiding you through the creation of a web application reminiscent of www.chicagocrime.org.
...
|
7. | Django 1.0 Web Site Development By: Ayman Hourieh Publisher: Packt Publishing Publication Date: 10-MAR-2009 Insert Date: 01-APR-2010 Slots: 1.0 | Overview: Django 1.0 Web Site Development
Build powerful web applications, quickly and cleanly, with the Django application framework
Teaches everything you need to create a complete Web 2.0-style web application with Django 1.0
Learn rapid development and clean, pragmatic design
No knowledge of Django required
Packed with examples and screenshots for better understanding
In Detail
Django is a high-level Python web framework that was developed by a fast-moving online-news operation to meet the stringent twin challenges of newsroom deadlines and the needs of web developers. It is designed to promote rapid...
|
8. | Django 1.0 Template Development By: Scott Newman Publisher: Packt Publishing Publication Date: 11-DEC-2008 Insert Date: 10-MAR-2010 Slots: 1.0 | Overview: Django 1.0 Template Development
A practical guide to Django template development with custom tags, filters, multiple templates, caching, and more
Dive into Django's template system and build your own template
Learn to use built-in tags and filters in Django 1.0
Practical tips for project setup and template structure
Use template techniques to improve your application's performance
In DetailDjango is a high-level Python web application framework designed to support the rapid development of dynamic websites, web applications, and web services. Getting the most out of its template system allows programmers and...
|
9. | Learning Website Development with Django By: Ayman Hourieh Publisher: Packt Publishing Publication Date: 11-APR-2008 Insert Date: 10-MAR-2010 Slots: 1.0 | Overview: Learning Website Development with Django
A beginner's tutorial to building web applications, quickly and cleanly, with the Django application framework Create a complete Web 2.0-style web application with Django
Learn rapid development and clean, pragmatic design
Build a social bookmarking application
No knowledge of Django required
In DetailDjango is a high-level Python web framework that was developed by a fast-moving online-news operation to meet the stringent twin challenges of newsroom deadlines and the needs of web developers. It is designed to promote rapid development and clean, pragmatic design and lets you...
|
10. | By: Steven Holzner Publisher: Peachpit Press Publication Date: 20-DEC-2009 Insert Date: 12-JAN-2010 Slots: 1.0 | Overview: Django: Visual QuickPro Guide DJango is a open source web application framework written in
Python. It follows the MVC (model view controller) design pattern;
this software design pattern separates business logic from the user
interface making it easier to make changes to the logic or
interface without affecting the other. Django's primary goal is to
ease the creation of complex, database-driven websites. The
framework emphasizes reusability and "pluggability" of components,
rapid development, and the principle of DRY (Don't Repeat
Yourself). Python is used throughout.
Django: Visual QuickStart Guide starts at the...
|
11. | By: Marty Alchin Publisher: Apress Publication Date: 17-DEC-2008 Insert Date: 26-MAY-2009 Slots: 1.0 | Overview: Pro Django
Django is the leading Python web application development framework. Learn how to leverage the Django web framework to its full potential in this advanced tutorial and reference. Endorsed by Django, Pro Django more or less picks up where The Definitive Guide to Django left off and examines in greater detail the unusual and complex problems that Python web application developers can face and how to solve them.
Provides in–depth information about advanced tools and techniques available in every Django installation
Runs the gamut from the theory of Django's internal operations to...
|
12. | The Definitive Guide to Django: Web Development Done Right By: Adrian Holovaty; Jacob Kaplan-Moss Publisher: Apress Publication Date: 01-DEC-2007 Insert Date: 14-OCT-2008 Slots: 1.0 | Overview: The Definitive Guide to Django: Web Development Done Right
Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django's creators, and Django lead developer Jacob Kaplan-Moss show you how they use this framework to create award-winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.
The first part of the book introduces Django fundamentals like installation and configuration. You'll...
|
13. | Python Web Development with Django® By: Jeff Forcier; Paul Bissex; Wesley Chun Publisher: Addison-Wesley Professional Publication Date: 24-OCT-2008 Insert Date: 11-MAR-2008 Slots: 1.0 | Overview: Python Web Development with Django® 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...
|
14. | Sams Teach Yourself Django in 24 Hours By: Brad Dayley Publisher: Sams Publication Date: 22-FEB-2008 Insert Date: 22-JAN-2008 Slots: 1.0 | Overview: Sams Teach Yourself Django in 24 Hours In just 24 lessons of one hour or less, you
will be able to build full-featured production websites using
Django, the powerful web development framework based on Python.
Designed for experienced website developers
who have at least some familiarity with the Python programming
language, this book uses a straightforward, step-by-step approach.
Each lesson builds on the previous ones, enabling you to learn the
essentials of implementing the Django framework on a website from
the ground up.
Step-by-step instructions carefully walk you
through the most common Django tasks.
Q&As, quizzes, and...
|
1-14 of 14 Items < Prev | 1 | Next >