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

Cython (A Guide for Python Programmers)

List Price: $29.99
SKU:
9781491901557
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:
    Kurt W. Smith
    Format:
    Paperback
    Pages:
    251
    Publisher:
    O'Reilly Media (February 24, 2015)
    Language:
    English
    ISBN-13:
    9781491901557
    ISBN-10:
    1491901551
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $29.99
    As low as:
    $25.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    15
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    14.4oz
    Imprint:
    O'Reilly Media
  • Overview

    Build software that combines Python’s expressivity with the performance and control of C (and C++). It’s possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this practical guide, you’ll learn how to use Cython to improve Python’s performance—up to 3000x— and to wrap C and C++ libraries in Python with ease.

    Author Kurt Smith takes you through Cython’s capabilities, with sample code and in-depth practice exercises. If you’re just starting with Cython, or want to go deeper, you’ll learn how this language is an essential part of any performance-oriented Python programmer’s arsenal.

    • Use Cython’s static typing to speed up Python code
    • Gain hands-on experience using Cython features to boost your numeric-heavy Python
    • Create new types with Cython—and see how fast object-oriented programming in Python can be
    • Effectively organize Cython code into separate modules and packages without sacrificing performance
    • Use Cython to give Pythonic interfaces to C and C++ libraries
    • Optimize code with Cython’s runtime and compile-time profiling tools
    • Use Cython’s prange function to parallelize loops transparently with OpenMP