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

Fluent Python (Clear, Concise, and Effective Programming) - 9781492056355

List Price: $79.99
SKU:
9781492056355
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:
    Luciano Ramalho
    Format:
    Paperback
    Pages:
    1012
    Publisher:
    O'Reilly Media (May 10, 2022)
    Language:
    English
    ISBN-13:
    9781492056355
    ISBN-10:
    1492056359
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20260701163413-20260701.xml
    Folder:
    TWO RIVERS
    List Price:
    $79.99
    As low as:
    $68.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    8
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    55.68oz
    Imprint:
    O'Reilly Media
  • Overview

    Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets you become productive quickly, but often this means you aren't using everything the language has to offer. With the updated edition of this hands-on guide, you'll learn how to write effective, modern Python 3 code by leveraging its best ideas.

    Discover and apply idiomatic Python 3 features beyond your past experience. Author Luciano Ramalho guides you through Python's core language features and libraries and teaches you how to make your code shorter, faster, and more readable.

    Complete with major updates throughout, this new edition features five parts that work as five short books within the book:

    • Data structures: Sequences, dicts, sets, Unicode, and data classes
    • Functions as objects: First-class functions, related design patterns, and type hints in function declarations
    • Object-oriented idioms: Composition, inheritance, mixins, interfaces, operator overloading, protocols, and more static types
    • Control flow: Context managers, generators, coroutines, async/await, and thread/process pools
    • Metaprogramming: Properties, attribute descriptors, class decorators, and new class metaprogramming hooks that replace or simplify metaclasses