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

Mastering Python for Bioinformatics (How to Write Flexible, Documented, Tested Python Code for Research Computing)

List Price: $99.99
SKU:
9781098100889
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:
    Ken Youens-Clark
    Format:
    Paperback
    Pages:
    454
    Publisher:
    O'Reilly Media (June 15, 2021)
    Language:
    English
    ISBN-13:
    9781098100889
    ISBN-10:
    1098100883
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $99.99
    As low as:
    $85.99
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    9
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    25.44oz
    Imprint:
    O'Reilly Media
  • Overview

    Life scientists today urgently need training in bioinformatics skills. Too many bioinformatics programs are poorly written and barely maintained, usually by students and researchers who've never learned basic programming skills. This practical guide shows postdoc bioinformatics professionals and students how to exploit the best parts of Python to solve problems in biology while creating documented, tested, reproducible software.

    Ken Youens-Clark, author of Tiny Python Projects (Manning), demonstrates not only how to write effective Python code but also how to use tests to write and refactor scientific programs. You'll learn the latest Python features and tools including linters, formatters, type checkers, and tests to create documented and tested programs. You'll also tackle 14 challenges in Rosalind, a problem-solving platform for learning bioinformatics and programming.

    • Create command-line Python programs to document and validate parameters
    • Write tests to verify refactor programs and confirm they're correct
    • Address bioinformatics ideas using Python data structures and modules such as Biopython
    • Create reproducible shortcuts and workflows using makefiles
    • Parse essential bioinformatics file formats such as FASTA and FASTQ
    • Find patterns of text using regular expressions
    • Use higher-order functions in Python like filter(), map(), and reduce()