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

High Performance Python (Practical Performant Programming for Humans)

List Price: $65.99
SKU:
9781098165963
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:
    Micha Gorelick, Ian Ozsvald
    Format:
    Paperback
    Pages:
    521
    Publisher:
    O'Reilly Media (June 3, 2025)
    Language:
    English
    ISBN-13:
    9781098165963
    ISBN-10:
    1098165969
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20260209163242-20260209.xml
    Folder:
    TWO RIVERS
    List Price:
    $65.99
    Country of Origin:
    United States
    Pub Discount:
    60
    Case Pack:
    8
    As low as:
    $56.75
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Imprint:
    O'Reilly Media
    Weight:
    29.12oz
  • Overview

    Your Python code may run correctly, but what if you need it to run faster? This practical book shows you how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs. By explaining the fundamental theory behind design choices, this expanded edition of High Performance Python helps experienced Python programmers gain a deeper understanding of Python's implementation.

    How do you take advantage of multicore architectures or compilation? Or build a system that scales up beyond RAM limits or with a GPU? Authors Micha Gorelick and Ian Ozsvald reveal concrete solutions to many issues and include war stories from companies that use high-performance Python for GenAI data extraction, productionized machine learning, and more.



    • Get a better grasp of NumPy, Cython, and profilers
    • Learn how Python abstracts the underlying computer architecture
    • Use profiling to find bottlenecks in CPU time and memory usage
    • Write efficient programs by choosing appropriate data structures
    • Speed up matrix and vector computations
    • Process DataFrames quickly with Pandas, Dask, and Polars
    • Speed up your neural networks and GPU computations
    • Use tools to compile Python down to machine code
    • Manage multiple I/O and computational operations concurrently
    • Convert multiprocessing code to run on local or remote clusters