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

Python Cookbook (Recipes for Mastering Python 3)

List Price: $64.99
SKU:
9781449340377
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:
    David Beazley, Brian K. Jones
    Format:
    Paperback
    Pages:
    704
    Publisher:
    O'Reilly Media (June 25, 2013)
    Language:
    English
    ISBN-13:
    9781449340377
    ISBN-10:
    1449340377
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $64.99
    As low as:
    $55.89
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    6
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    39.2oz
    Imprint:
    O'Reilly Media
  • Overview

    If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.

    Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.

    Topics include:

    • Data Structures and Algorithms
    • Strings and Text
    • Numbers, Dates, and Times
    • Iterators and Generators
    • Files and I/O
    • Data Encoding and Processing
    • Functions
    • Classes and Objects
    • Metaprogramming
    • Modules and Packages
    • Network and Web Programming
    • Concurrency
    • Utility Scripting and System Administration
    • Testing, Debugging, and Exceptions
    • C Extensions