Verkauf durch Sack Fachmedien

Flaig

Bioinformatics Programming in Python

A Practical Course for Beginners

Medium: Buch
ISBN: 978-3-527-32094-3
Verlag: WILEY-VCH
Erscheinungstermin: 20.02.2008
Lieferfrist: bis zu 10 Tage

This first introductory book designed to train novice programmers is based on a student course taught by the author, and has been optimized for biology students without previous experience in programming.
By interspersing theory chapters with numerous small and large programming exercises, the author quickly shows readers how to do their own programming, and throughout uses anecdotes and real-life examples from the biosciences to 'spice up' the text.
This practical book thus teaches essential programming skills for life scientists who want -- or need -- to write their own bioinformatics software tools.

Sie sind Biologe, Molekularbiologe oder Genetiker? Sie wollen Ihre eigene Bioinformatik-Software schreiben? Und Sie haben keine Programmiererfahrung? Für Sie wurde dieses Buch verfasst! Theoretische Kapitel und kurze Programmierübungen wechseln einander ab, das Ganze ist garniert mit witzigen Anekdötchen und Beispielen aus dem "wirklichen Leben". Die verwendete Programmiersprache heißt Python und kann kostenlos aus dem Web heruntergeladen werden. An die Arbeit!


Produkteigenschaften


  • Artikelnummer: 9783527320943
  • Medium: Buch
  • ISBN: 978-3-527-32094-3
  • Verlag: WILEY-VCH
  • Erscheinungstermin: 20.02.2008
  • Sprache(n): Englisch
  • Auflage: 1. Auflage 2008
  • Produktform: Kartoniert
  • Gewicht: 794 g
  • Seiten: 418
  • Format (B x H x T): 172 x 241 x 20 mm
  • Ausgabetyp: Kein, Unbekannt
Autoren/Hrsg.

Autoren

Classification of Programming Languages
Getting the Materials: Python program and documentation
Variables, Data Types, Assignments
Flow Control
Worked Example #1
Functions and Procedures
Worked Example #2
The Object-oriented World
Worked Example #3
Top-down Versus Bottom-up Strategies
Worked Example #4
Sorting and Searching
Welcome to the Library
Programming Exercise: Trimethizing a File
Dealing with Errors
Programming Exercise: Generating a Restriction Map
Advanced Techniques in Python
Programming Exercise: Python goes PCR