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

Test-Driven Development with Python (Obey the Testing Goat: Using Django, Selenium, and JavaScript) - 9781098148713

List Price: $79.99
SKU:
9781098148713
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:
    Harry Percival
    Format:
    Paperback
    Pages:
    710
    Publisher:
    O'Reilly Media (December 9, 2025)
    Imprint:
    O'Reilly Media
    Language:
    English
    ISBN-13:
    9781098148713
    ISBN-10:
    1098148711
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20260302163300-20260302.xml
    Folder:
    TWO RIVERS
    List Price:
    $79.99
    Country of Origin:
    United States
    Pub Discount:
    60
    Case Pack:
    5
    As low as:
    $68.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Weight:
    39.36oz
  • Overview

    The third edition of this trusted guide shows you how to apply test-driven development (TDD) to building real-world web applications with Python. By writing tests before building each part of your app—and then creating just enough code to pass them—you'll learn how TDD leads to clean, reliable, and maintainable software.

    Author Harry J.W. Percival takes you through a practical, end-to-end example of web development using Python 3.14 and Django 5. Along the way, you'll explore tools like Selenium, JavaScript, Git, and mocking, and discover how TDD supports better design decisions, encourages continuous improvement, and instills confidence in your codebase. Whether you're a professional developer or just transitioning into web development, this book offers hands-on experience with modern testing workflows and architecture.

    • Follow the full TDD workflow, from writing tests first to refactoring with confidence
    • Write unit tests for core logic and functional tests for browser-based interactions
    • Use mock objects to isolate external systems and simplify integration
    • Package your application using Docker
    • Automate deployments and test your code in a staging environment
    • Validate third-party plug-ins and dependencies within your test suite
    • Set up continuous integration to run your tests automatically
    • Enrich your frontend with test-driven JavaScript