Showing posts with label Django. Show all posts
Showing posts with label Django. Show all posts

04 March, 2010

Pro Django + source code


Pro Django + source code
Apress | 2009 | ISBN: 1430210481 | 321 pages | PDF | 0.9 MB


Pro Django represents two and a half years of accumulated knowledge in Python and Django, designed to educate readers who are already familiar with both topics and would like to take them further than they had previously done. You will learn a wide range of advanced techniques available in both Python and Django, along with tips on how to use them to achieve advanced functionality.
This book is designed to be both a narrative to be read from start to finish and a general reference to be searched for specific information. Since you may not know what to look for or where to find it yet, feel free to read through the book first, then keep it handy for refreshing your memory as necessary.

Because Pro Django doesn’t dwell on introductory details, readers will be expected to have experience with both Python and Django. If you’re new to either subject, please consider one of the books mentioned in the previous section before trying to tackle this book. Even if you’ve only experimented on your own without launching a full site yet, a basic familiarity should be sufficient. You don’t need to be an expert to start reading Pro Django, but you might be by the time you finish.

Pro Django is written for Django 1.0, which was released on September 3, 2008. That release or a more recent checkout from the Django code repository is required for the code samples to work properly. Since Django in turn relies on Python, these examples also assume a working Python environment of version 2.3 or higher.

Download:
Link_1
Or
Link_2
.

16 January, 2010

Learning Website Development with Django


Ayman Hourieh, Learning Website Development with Django
Packt Publishing | ISBN: 1847193358 | 2008 | PDF | 264 pages | 5.67 MB

This book will show you how to assemble Django's features and leverage its power to design, develop, and deploy a fully-featured website. It will walk you through the creation of an example web application, with lots of code. Each chapter will add new features to the site, and show what parts of Django to work on to build these features.

Download:
Link_1
Or
Link_2
.

28 August, 2009

Learning Website Development with Django


Learning Website Development with Django: A beginner's tutorial to building web applications, quickly and cleanly, with the Django application framework (From Technologies to Solutions) by Ayman Hourieh
Publisher: Packt Publishing (April 11, 2008) | 264 pages | ISBN: 1847193358 | PDF | 3.4 MB

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 development and clean, pragmatic design and lets you build high-performing, elegant web applications rapidly. Django focuses on automating as much as possible and adhering to the DRY (Don't Repeat Yourself) principle, making it easier to build high-performance web applications faster, with less code.

This book will show you how to assemble Django's features and leverage its power to design, develop, and deploy a fully-featured website. It will walk you through the creation of an example web application, with lots of code. Each chapter will add new features to the site, and show what parts of Django to work on to build these features.

This book has been specifically written for Python developers new to Django, and it's goal is to help you put together Django applications as quickly as possible. This book will give you clear, concise and, of course, practical guidance to take you from the basics of creating pages with Django through to learning the skills that will make you a Django developer to be reckoned with.

What you will learn from this book?

* User registration and management
* Dealing with content customization and searching
* Working with the tag data model
* Creating your own administration interface
* Using AJAX to enhance the user interface
* Building user networks
* Setting up and deploying Django applications on the production web server

Approach

Being a beginner's guide this book has a very simple and clear approach. It is a practical guide that will help you learn the features of Django and help you build a dynamic website using those features.
Who this book is written for?

This book is for web developers who want to see how to build a complete site with Web 2.0 features, using the power of a proven and popular development system, but do not necessarily want to learn how a complete framework functions in order to do this.

Basic knowledge of Python development is required for this book, but no knowledge of Django is expected.


From the Publisher
Approach

Being a beginner's guide this book has a very simple and clear approach. It is a practical guide that will help you learn the features of Django and help you build a dynamic website using those features.

Who this book is written for?

This book is for web developers who want to see how to build a complete site with Web 2.0 features, using the power of a proven and popular development system, but do not necessarily want to learn how a complete framework functions in order to do this.

Basic knowledge of Python development is required for this book, but no knowledge of Django is expected.

Download:
Link_1
Or
Link_2
.

24 August, 2009

Sams Teach Yourself Django in 24 Hours


Sams Teach Yourself Django in 24 Hours
Publisher: Sams | ISBN: 067232959X | edition 2008 | CHM | 528 pages | 20,2 mb

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 exercises at the end of each lesson help you test your knowledge.
Notes and tips point out shortcuts and solutions.
Learn how to…
* Install and configure the Django web development framework
* Cleanly separate data, logic, and view layers
* Implement site interfaces with build templates and views
* Utilize templates and views to store, access, and retrieve data
* Use the Django forms library
* Define custom tags and filters to minimize coding
* Secure sites with registration, authorization, logins, and permissions
* Manage sessions and cookies
* Implement middleware for request and response handling
* Create sitemaps to inform search engines of your content
* Internationalize your site
* Optimize performance with caching
* Deploy Django in multiple configurations
* Maintain sites with Django’s administrator interface

Download:
Link_1
Or
Link_2
Or
Link_3
.

03 March, 2009

Sams Teach Yourself Django in 24 Hours


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 exercises at the end of each lesson help you test your knowledge.

Notes and tips point out shortcuts and solutions.

Learn how to…
*Install and configure the Django web development framework
*Cleanly separate data, logic, and view layers
*Implement site interfaces with build templates and views
*Utilize templates and views to store, access, and retrieve data
*Use the Django forms library
*Define custom tags and filters to minimize coding
*Secure sites with registration, authorization, logins, and permissions
*Manage sessions and cookies
*Implement middleware for request and response handling
*Create sitemaps to inform search engines of your content
*Internationalize your site
*Optimize performance with caching
*Deploy Django in multiple configurations
*Maintain sites with Django’s administrator interface

Download:
Link_1
.