null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Django in Action

List Price: $49.99
SKU:
9781633438163
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Christopher Trudeau
    Format:
    Paperback
    Pages:
    400
    Publisher:
    Manning (August 6, 2024)
    Language:
    English
    ISBN-13:
    9781633438163
    ISBN-10:
    1633438163
    Weight:
    24oz
    Dimensions:
    7.375" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Case Pack:
    18
    Imprint:
    Manning
  • Overview

    Build professional quality web applications using Python and the Django 5.0 web framework.

    The Django web application framework powers huge sites like Netflix, Dropbox, YouTube, and Spotify. Learn how it can power your web apps too! In this hands-on book, you’ll begin building a fully functional web application with Django starting with chapter 1.

    In Django in Action you’ll:

    • Build a multi-user web site in Django
    • Read, write, and manage data
    • Create reusable and composable HTML templates
    • Manage user data including form submissions and file uploads
    • Set up authentication, authorization, and per-person-per-page permissions
    • Manage the backend using the Django Admin tool
    • Discover Django libraries and plugins

    Django in Action is the perfect way to get started for new Django developers creating their first Python-based web apps. It’s written by Christopher Trudeau, co-host of The Real Python Podcast and creator of dozens of popular courses at Real Python and TalkPython. The book starts with Django’s basics and works through all of the core concepts of the framework until you’re comfortable and confident creating your own web apps. You’ll especially enjoy the author’s lighthearted style that makes learning fun!

    Foreword by Michael Kennedy.

    Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

    About the technology

    Django makes life easier for Python web developers. This “batteries included” framework comes packed with everything you need—a template engine that crafts HTML-like code, efficient user management features, automated testing, robust API support, and much more. If you know the basics of Python, Django will help you build professional-quality web applications. This book will show you how.

    About the book

    In Django in Action you’ll dive deep into Django as you build a complete multi-user website. Hands-on from the start, each chapter introduces new features to your site, including password management and authentication, web forms and file uploads, and dynamic, JavaScript-like interactivity. You’ll see how all the components of a Django project come together while learning practical tips on leveraging third-party libraries and deploying your code to production.

    What's inside

    • Reusable and composable HTML templates
    • Reading, writing, and managing data
    • Backend management with Django Admin
    • Exploring Django libraries and plugins


    About the reader

    For readers with basic Python programming and some HTML knowledge.

    About the author

    Christopher Trudeau is the co-host of the Real Python Podcast, a prolific author of Django and Python articles and video courses, and an experienced Python developer.

    Table of Contents

    PART 1
    1 Django unfolds
    2 Your first Django site
    3 Templates
    4 Django ORM
    5 Django Admin
    PART 2
    6 User management
    7 Forms, user data, static files, and uploads
    8 Testing your project
    9 Management commands
    10 Migration
    PART 3
    11 APIs
    12 Making your pages more dynamic with HTMX
    13 Django power tools
    14 Where to go next
    Appendix A
    Appendix B
    Appendix C
    Appendix D
    Appendix E