|Eingestellt in Kategorie:
Dieses Angebot wurde verkauft am Do, 17. Jul um 08:31.
Python for Biologists: A complete programming course for beginners, Jones, Dr Ma
Verkauft
Python for Biologists: A complete programming course for beginners, Jones, Dr Ma
US $14,27US $14,27
Fr, 18. Jul, 08:31Fr, 18. Jul, 08:31
Ähnlichen Artikel verkaufen?

Python for Biologists: A complete programming course for beginners, Jones, Dr Ma

Oblivion Books
(7294)
Angemeldet als gewerblicher Verkäufer
US $14,27
Ca.CHF 11,63
Artikelzustand:
Sehr gut
Softcover. Clean text - NO writing, NO highlighting. Faint stain at foot of inside cover and foot of ... Mehr erfahrenÜber den Artikelzustand
    Versand:
    Kostenlos Economy Shipping.
    Standort: Seattle, Washington, USA
    Lieferung:
    Lieferung zwischen Sa, 2. Aug und Mi, 6. Aug nach 94104 bei heutigem Zahlungseingang
    Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
    Rücknahme:
    30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
    Zahlungen:
         Diners Club

    Sicher einkaufen

    eBay-Käuferschutz
    Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:187083595968
    Zuletzt aktualisiert am 16. Jul. 2025 15:35:24 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Sehr gut
    Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
    Hinweise des Verkäufers
    “Softcover. Clean text - NO writing, NO highlighting. Faint stain at foot of inside cover and foot ...
    Book Title
    Python for Biologists: A complete programming course for begin
    ISBN
    9781492346135

    Über dieses Produkt

    Product Identifiers

    Publisher
    CreateSpace
    ISBN-10
    1492346136
    ISBN-13
    9781492346135
    eBay Product ID (ePID)
    202448455

    Product Key Features

    Number of Pages
    244 Pages
    Language
    English
    Publication Name
    Python for Biologists : a Complete Programming Course for Beginners
    Subject
    Programming Languages / Python
    Publication Year
    2013
    Type
    Textbook
    Author
    Martin Jones
    Subject Area
    Computers
    Format
    Trade Paperback

    Dimensions

    Item Height
    0.6 in
    Item Weight
    19.7 Oz
    Item Length
    9.7 in
    Item Width
    7.4 in

    Additional Product Features

    Intended Audience
    Trade
    Synopsis
    Learning to program is one of the best investments that you can make for your research and your career. Python for biologists is a complete programming course for beginners that will give you the skills you need to tackle common biological and bioinformatics problems. Why learn programming? Maybe you see colleagues writing programs to save time and deal with large datasets.Maybe your supervisor has told you that you need to learn programming for your next project.Maybe you've been looking at job ads and noticed just how many of them are asking for programming skills. Table of contents In chapter one, you'll learn why Python is a good choice for biologists and beginners alike. You'll also learn how to install Python for your operating system and how to set up your programming environment, complete with links to all the free software you'll need. In chapter two, you'll learn how to manipulate text (including DNA and protein sequences) and how to fix errors in your programs. Exercises: calculating AT content, splicing introns. In chapter three, you'll learn how to read and write data to and from files. You'll also learn how to deal with file paths and the FASTA file format.Exercises: splitting genomic DNA, writing a FASTA file. In chapter four, you'll learn how to process many pieces of data in a single program and more advanced tools for sequence manipulation. Exercises: trimming adapter sequences, concatenating exons. In chapter five, you'll learn how to make Python even more useful by creating your own functions, including the best ways to test those functions in order to speed up development. Exercises: Analyzing the amino acid composition of protein sequences. In chapter six, you'll learn how to write programs that can make smart decisions about how to handle data and how to make your programs follow complex rules. Exercises: filtering genes based on multiple criteria. In chapter seven, you'll learn an incredibly powerful tool for working with patterns in text - regular expressions - and how to use it to search in DNA and protein sequences. Exercises: filtering accession names and calculating restriction fragment sizes. In chapter eight, you'll learn how to store huge amounts of data in a way that can still allows it to be retrived very efficiently. This allows simplification of much of the code from previous chapters. Exercises: translating DNA sequences to protein. In chapter nine, you'll learn how to make your Python programs work in harmony with existing tools, and how to polish up your programs so that they're ready for other people to use. Exercises: counting k-mers, binning DNA sequences by length. About the author Dr. Martin Jones has been teaching biologists to write software for over five years and has taught everyone from postgraduates to PIs. He is currently Lecturer in Bioinformatics at Edinburgh University., Learning to program is one of the best investments that you can make for your research and your career. Python for biologists is a complete programming course for beginners that will give you the skills you need to tackle common biological and bioinformatics problems. Why learn programming? Maybe you see colleagues writing programs to save time and deal with large datasets. Maybe your supervisor has told you that you need to learn programming for your next project. Maybe you've been looking at job ads and noticed just how many of them are asking for programming skills. Table of contents In chapter one, you'll learn why Python is a good choice for biologists and beginners alike. You'll also learn how to install Python for your operating system and how to set up your programming environment, complete with links to all the free software you'll need. In chapter two, you'll learn how to manipulate text (including DNA and protein sequences) and how to fix errors in your programs. Exercises: calculating AT content, splicing introns. In chapter three, you'll learn how to read and write data to and from files. You'll also learn how to deal with file paths and the FASTA file format.Exercises: splitting genomic DNA, writing a FASTA file. In chapter four, you'll learn how to process many pieces of data in a single program and more advanced tools for sequence manipulation. Exercises: trimming adapter sequences, concatenating exons. In chapter five, you'll learn how to make Python even more useful by creating your own functions, including the best ways to test those functions in order to speed up development. Exercises: Analyzing the amino acid composition of protein sequences. In chapter six, you'll learn how to write programs that can make smart decisions about how to handle data and how to make your programs follow complex rules. Exercises: filtering genes based on multiple criteria. In chapter seven, you'll learn an incredibly powerful tool for working with patterns in text - regular expressions - and how to use it to search in DNA and protein sequences. Exercises: filtering accession names and calculating restriction fragment sizes. In chapter eight, you'll learn how to store huge amounts of data in a way that can still allows it to be retrived very efficiently. This allows simplification of much of the code from previous chapters. Exercises: translating DNA sequences to protein. In chapter nine, you'll learn how to make your Python programs work in harmony with existing tools, and how to polish up your programs so that they're ready for other people to use. Exercises: counting k-mers, binning DNA sequences by length. About the author Dr. Martin Jones has been teaching biologists to write software for over five years and has taught everyone from postgraduates to PIs. He is currently Lecturer in Bioinformatics at Edinburgh University.

    Artikelbeschreibung des Verkäufers

    Info zu diesem Verkäufer

    Oblivion Books

    99,7% positive Bewertungen18 Tsd. Artikel verkauft

    Mitglied seit Jan 1999
    Antwortet meist innerhalb 24 Stunden
    Angemeldet als gewerblicher Verkäufer
    Shop besuchenKontakt

    Detaillierte Verkäuferbewertungen

    Durchschnitt in den letzten 12 Monaten
    Genaue Beschreibung
    5.0
    Angemessene Versandkosten
    5.0
    Lieferzeit
    5.0
    Kommunikation
    5.0

    Verkäuferbewertungen (7'328)

    Alle Bewertungen
    Positiv
    Neutral
    Negativ
      • h***i (63)- Bewertung vom Käufer.
        Letzter Monat
        Bestätigter Kauf
        Good and kind seller!
      Alle Bewertungen ansehen