Amazon.com: Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide) (9780596154509): Mitchell L. Model: Books
Bioinformatics Programming Using Python (Animal Guide) and over one million other books are available for Amazon Kindle. Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Very Good See details
$39.87 & this item ships for FREE with Super Saver Shipping. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
Sell Back Your Copy
For a $26.07 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide)
 
 
Start reading Bioinformatics Programming Using Python (Animal Guide) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide) [Paperback]

Mitchell L. Model (Author)
5.0 out of 5 stars  See all reviews (5 customer reviews)

List Price: $59.99
Price: $46.93 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.06 (22%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 14 left in stock--order soon (more on the way).
Want it delivered Tuesday, February 28? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $30.23  
Paperback $46.93  
Sell Back Your Copy for $26.07
Whether you buy it used on Amazon for $37.99 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $26.07.
Used Price$37.99
Trade-in Price$26.07
Price after
Trade-in
$11.92

Book Description

December 22, 2009 059615450X 978-0596154509 1

Powerful, flexible, and easy to use, Python is an ideal language for building software tools and applications for life science research and development. This unique book shows you how to program with Python, using code examples taken directly from bioinformatics. In a short time, you'll be using sophisticated techniques and Python modules that are particularly effective for bioinformatics programming.

Bioinformatics Programming Using Python is perfect for anyone involved with bioinformatics -- researchers, support staff, students, and software developers interested in writing bioinformatics applications. You'll find it useful whether you already use Python, write code in another language, or have no programming experience at all. It's an excellent self-instruction tool, as well as a handy reference when facing the challenges of real-life programming tasks.

  • Become familiar with Python's fundamentals, including ways to develop simple applications
  • Learn how to use Python modules for pattern matching, structured text processing, online data retrieval, and database access
  • Discover generalized patterns that cover a large proportion of how Python code is used in bioinformatics
  • Learn how to apply the principles and techniques of object-oriented programming
  • Benefit from the "tips and traps" section in each chapter

Frequently Bought Together

Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide) + Building Bioinformatics Solutions: with Perl, R and MySQL + Beginning Perl for Bioinformatics
Price For All Three: $114.29

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Building Bioinformatics Solutions: with Perl, R and MySQL $40.99

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Beginning Perl for Bioinformatics $26.37

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

Mitchell L. Model has worked in a wide range of platforms, languages, technologies and domains. For much of his career he has been an independent consultant, providing training, mentoring, tools, and support to software development groups learning to use new technologies and practices. During the past 15 years his work has focused on bioinformatics.


Product Details

  • Paperback: 528 pages
  • Publisher: O'Reilly Media; 1 edition (December 22, 2009)
  • Language: English
  • ISBN-10: 059615450X
  • ISBN-13: 978-0596154509
  • Product Dimensions: 9.1 x 7.1 x 1.1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #255,384 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (5)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

18 of 20 people found the following review helpful:
5.0 out of 5 stars Good introductory book for learning both bioinformatics and pytho, February 15, 2010
By 
This review is from: Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide) (Paperback)
Comparing to Perl, Python has a quite lagged adoption as the scripting language of choice in the field of bioinformatics, although it is getting some moment recently. If you read job descriptions for bioinformatics engineer or scientist positions a few year back, you barely saw Python mentioned, even as "nice to have optional skill". One of the reasons is probably lacking of good introductory level bioinformatics books in Python so there are, in general, less people thinking Python as a good choice for bioinformatics. The book "Beginning Perl for Bioinformatics" from O Reilly was published in 2001. Almost one decade later, we finally get the book "Bioinformatics Programming Using Python" from Mitchell Model to fill the gap.

When I first skimmed the book "Bioinformatics Programming Using Python", I got the impression that this book was more like "learning python using bioinformatics as examples" and felt a little bit disappointed as I was hoping for more advanced content. However, once I went through the book, reading the preface and everything else chapter by chapter, I understood the main target audiences that author had in mind and I thought the author did a great job in fulfilling the main purpose.

In modern biological research, scientists can easily generate large amount of data where Excel spreadsheets that most bench scientists use to process limiting amount of data is no longer an option. I personally believe that the new generation of biologists will have to learn how to process and manage large amount inhomogeneous data to make new discovery out of it. This requires general computational skill beyond just knowing how to use some special purpose applications that some software vendor can provide. The book gives good introduction about practical computational skills using Python to process bioinformatics data. The book is very well organized for a newbie who just wants to start to process the raw data their own and get into a process of learning-by-doing to become a Python programmer.

The book starts with an introduction on the primitive data types in Python and moves toward the flow controls and collection data type with emphasis on, not surprisingly, string processing and file parsing, two of most common tasks in bioinformatics. Then, the author introduces the object-oriented programming in Python. I think a beginner will also like those code templates for different patterns of data processing task in Chapter 4. They summarize the usual flow structure for common tasks very well.

After giving the basic concept of programming with Python, the author focuses on other utilities which are very useful for day-to-day work for gathering, extracting, and processing data from different data sources. For example, the author discusses about how to explore and organize files with Python in the OS level, using regular expression for extracting complicated text data file, XML processing, web programming for fetching online biological data and sharing data with a simple web server, and, of course, how to program Python to interact with a database. The deep knowledge of all of these topics might deserve their own books. The author does a good job to cover all these topics in a concise way. This will help people to know what can be done very easily with Python and, if they want, to learn any of those topic more from other resources. The final touch of the book is on structured graphics. This is very wise choice since the destiny of most of bioinformatics data is very likely to be some graphs used in presentations and for publishing. Again, there are many other Python packages can help scientists to generate nice graph, but the author focuses on one or two of them to show the readers how to do general some graphs with them and the reader might be able to learn something else from there.

One thing I hope the author can also cover, at least at a beginner level, is the numerical and statistical aspect in bioinformatics computing with Python. For example, Numpy or Scipy are very useful for processing large amount of data, generating statistics and evaluating significance of the results. They are very useful especially for processing large amount data where the native Python objects are no longer efficient enough. The numerical computation aspect in bioinformatics is basically lacking in the book. The other thing that might be desirable for such a book is to show that Python is a great tool for prototyping some algorithms in bioinformatics. This is probably my own personal bias, but I do think it is nice to show some basic bioinformatics algorithm implementations in python. This will help the readers to understand a little bit more about some of the common algorithms used in the field and to get a taste on a little bit more advanced programming.

Overall, I will not hesitate to recommend this book to any one who will like to start to process biological data on their own with Python. Moreover, it can actually serve as a good introductory book to Python regardless the main focus on bioinformatics examples. The book covers most day-to-day basic bioinformatics tasks and shows Python is a great tool for those tasks. I think a little more advanced topics, especially on basic numerical and statistical computation in the book, will also help the target audiences. Unfortunately, none of that topic is mentioned in the book. That has been said, even if you are an experienced python programmer in bioinformatics, the book's focus on Python 3 and a lot of useful templates might serve well as a quick reference if you are looking for something you do not have direct experience before.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
5.0 out of 5 stars A very good Book..!!, January 5, 2010
This review is from: Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide) (Paperback)
This book is really a great one for Bioinformatics programming. It is very easy to understand and very good examples are given in the book that are related to biological data. The content of the book is very well organized. All the topics are very well covered and explained. The biggest plus point of this book is that examples and data are picked very wisely which is really needed for Bioinformatics readers to understand well and to make their learning process easy and interesting. All the tables and examples, errors one might get while programming, screen shots of data extraction from database are very good and logical. I am sure this book will be admired by all biologists who want to learn Python and those who are familiar with Python and looking for a book to enhance their programing skills for querying Databases, extracting data from HTML, working with XML, URLs, OOL etc, This is the best book as it has covered everything with every single detail with an ease to understand the content. I Think this book will make Bioinformatics programmers life easier..!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars Very impressive, November 19, 2010
By 
This review is from: Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide) (Paperback)
Even if you view this as -- learn Python programming using bioinformatics examples -- it's extremely well done.

I work with BioInformatics files (FASTA in particular) and have used various ad-hoc methods and Perl to accomplish tasks. I have wanted another (less clunky -- in my mind) way to do the same things. Python gives me that way. And this book teaches me the Python I need to know to accomplish that goal.

I am especially impressed with the thorough coverage if "utilities" -- very very nice.

Hopefully BioPython will end up replacing BioPerl in the grand scheme of things. That would be a significant win for the BI community, in my opinion.

What I would like to add, that I hope isn't viewed negatively -- is I think this is the best Python introduction I have seen to date. Regardless of whether your interest is BI or not. I suppose not understanding FASTA would be a hindrance for those who just want to learn Python.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject