Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Pro Django, 2 edition (repost)

Posted By: interes
Pro Django, 2 edition (repost)

Pro Django, 2 edition (Expert's Voice in Web Development) by Marty Alchin
English | ISBN: 1430258098 | 2013 | 300 pages | PDF | 3,3 MB

Learn how to leverage Django, the leading Python web application development framework, to its full potential in this advanced tutorial and reference. Updated for Django 1.5 and Python 3, Pro Django, Second Edition examines in great detail the complex problems that Python web application developers can face and how to solve them.

It provides in–depth information about advanced tools and techniques available in every Django installation, running the gamut from the theory of Django’s internal operations to actual code that solves real–world problems for high–volume environments.

Pro Django, Second Edition goes above and beyond other books, leaving the basics far behind and showing how Django can do things even its core developers never expected. By drawing on the dynamic nature of Python, you can write Django applications that stretch the limits of what you thought possible!
What you’ll learn
Use Django’s models, views, forms, and templates
Handle HTTP and customizing back ends
Get the most out of Django’s common tooling
Employ Django in various environments
Build an API using Django's own components
Make this code reusable—even distributable
Who this book is for

This book is for companies looking for a framework capable of supporting enterprise needs, as well as advanced Python or web developers looking to solve unusual, complex problems.
Table of Contents
Understanding Django
Django Is Python
Models
URLs and Views
Forms
Templates
Handling HTTP
Backend Protocols
Common Tools
Coordinating Applications
Enhancing Applications