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

Programming Python (Powerful Object-Oriented Programming) - 9780596158101

List Price: $74.99
SKU:
9780596158101
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:
    Mark Lutz
    Format:
    Paperback
    Pages:
    1626
    Publisher:
    O'Reilly Media (February 8, 2011)
    Language:
    English
    ISBN-13:
    9780596158101
    ISBN-10:
    0596158106
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $74.99
    As low as:
    $64.49
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    6
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    81.6oz
    Imprint:
    O'Reilly Media
  • Overview

    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python’s many roles in practical, real-world programming.

    You'll learn language syntax and programming techniques in a clear and concise manner, with lots of examples that illustrate both correct usage and common idioms. Completely updated for version 3.x, Programming Python also delves into the language as a software development tool, with many code examples scaled specifically for that purpose.

    Topics include:

    • Quick Python tour: Build a simple demo that includes data representation, object-oriented programming, object persistence, GUIs, and website basics
    • System programming: Explore system interface tools and techniques for command-line scripting, processing files and folders, running programs in parallel, and more
    • GUI programming: Learn to use Python’s tkinter widget library
    • Internet programming: Access client-side network protocols and email tools, use CGI scripts, and learn website implementation techniques
    • More ways to apply Python: Implement data structures, parse text-based information, interface with databases, and extend and embed Python