Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 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
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Pro Django (2nd edition) (repost)

    Posted By: arundhati
    Pro Django (2nd edition) (repost)

    Marty Alchin, "Pro Django (2nd edition)"
    2013 | ISBN-10: 1430258098 | 300 pages | PDF | 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