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

Elegant SciPy (The Art of Scientific Python)

List Price: $39.99
SKU:
9781491922873
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:
    Juan Nunez-Iglesias, Stéfan van der Walt, Harriet Dashnow
    Format:
    Paperback
    Pages:
    275
    Publisher:
    O'Reilly Media (September 26, 2017)
    Language:
    English
    ISBN-13:
    9781491922873
    ISBN-10:
    1491922877
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $39.99
    As low as:
    $34.39
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    14
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    14.4oz
    Imprint:
    O'Reilly Media
  • Overview

    Welcome to Scientific Python and its community. If you’re a scientist who programs with Python, this practical guide not only teaches you the fundamental parts of SciPy and libraries related to it, but also gives you a taste for beautiful, easy-to-read code that you can use in practice. You’ll learn how to write elegant code that’s clear, concise, and efficient at executing the task at hand.

    Throughout the book, you’ll work with examples from the wider scientific Python ecosystem, using code that illustrates principles outlined in the book. Using actual scientific data, you’ll work on real-world problems with SciPy, NumPy, Pandas, scikit-image, and other Python libraries.

    • Explore the NumPy array, the data structure that underlies numerical scientific computation
    • Use quantile normalization to ensure that measurements fit a specific distribution
    • Represent separate regions in an image with a Region Adjacency Graph
    • Convert temporal or spatial data into frequency domain data with the Fast Fourier Transform
    • Solve sparse matrix problems, including image segmentations, with SciPy’s sparse module
    • Perform linear algebra by using SciPy packages
    • Explore image alignment (registration) with SciPy’s optimize module
    • Process large datasets with Python data streaming primitives and the Toolz library