Articles liés à Mastering Python for Bioinformatics: How to Write Flexible,...

Mastering Python for Bioinformatics: How to Write Flexible, Documented, Tested Python Code for Research Computing - Couverture souple

 
9781098100889: Mastering Python for Bioinformatics: How to Write Flexible, Documented, Tested Python Code for Research Computing

Synopsis

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()

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.

À propos de l?auteur

Ken Youens-Clark works as a Data Engineer at The Critical Path Institute where he helps partners in industry, academia, and government find novel drug therapies for diseases ranging from cancer and tuberculosis to thousands of rare diseases. His career in bioinformatics began in 2001 when he joined a plant genomics project at Cold Spring Harbor Laboratory under the direction of Dr. Lincoln Stein, a prominent author of books and modules in Perl and an early advocate for open software, data, and science. In 2014 Ken moved to Tucson, AZ, to work as a Senior Scientific Programmer at the University of Arizona where he completed a MS in Biosystems Engineering in 2019. While at UA, Ken enjoyed teaching programming and bioinformatics skills, and used some of those ideas in his first book, Tiny Python Projects (Manning, 2020), which uses a test-driven development approach to teaching Python.

Les informations fournies dans la section « A propos du livre » peuvent faire référence à une autre édition de ce titre.

Acheter D'occasion

état :  Assez bon
Ship within 24hrs. Satisfaction...
Afficher cet article
EUR 46,46

Autre devise

EUR 9,44 expédition depuis Etats-Unis vers France

Destinations, frais et délais

Acheter neuf

Afficher cet article
EUR 44,24

Autre devise

EUR 15,46 expédition depuis Canada vers France

Destinations, frais et délais

Résultats de recherche pour Mastering Python for Bioinformatics: How to Write Flexible,...

Image d'archives

Youens-Clark, Ken
Edité par O'Reilly Media (edition 1), 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Ancien ou d'occasion Paperback

Vendeur : BooksRun, Philadelphia, PA, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Very Good. 1. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported. N° de réf. du vendeur 1098100883-8-1

Contacter le vendeur

Acheter D'occasion

EUR 46,46
Autre devise
Frais de port : EUR 9,44
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Youens-Clark, Ken
Edité par O'Reilly Media, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Soft cover

Vendeur : Book Dispensary, Concord, ON, Canada

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Soft cover. Etat : New. BRAND NEW softcover. Book. N° de réf. du vendeur 151503

Contacter le vendeur

Acheter neuf

EUR 44,24
Autre devise
Frais de port : EUR 15,46
De Canada vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

YOUENS-CLARK, KEN
Edité par O'Reilly Media, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Couverture souple

Vendeur : Speedyhen, London, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : NEW. N° de réf. du vendeur NW9781098100889

Contacter le vendeur

Acheter neuf

EUR 62,38
Autre devise
Frais de port : EUR 6,94
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 2 disponible(s)

Ajouter au panier

Image d'archives

Youens-Clark, Ken
Edité par O'Reilly Media, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Couverture souple

Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. In. N° de réf. du vendeur ria9781098100889_new

Contacter le vendeur

Acheter neuf

EUR 70,54
Autre devise
Frais de port : EUR 4,62
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 2 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Ken Youens-Clark
Edité par O'Reilly Media, US, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Paperback

Vendeur : Rarewaves USA, OSWEGO, IL, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : New. 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 parametersWrite tests to verify refactor programs and confirm they're correctAddress bioinformatics ideas using Python data structures and modules such as BiopythonCreate reproducible shortcuts and workflows using makefilesParse essential bioinformatics file formats such as FASTA and FASTQFind patterns of text using regular expressionsUse higher-order functions in Python like filter(), map(), and reduce(). N° de réf. du vendeur LU-9781098100889

Contacter le vendeur

Acheter neuf

EUR 72,65
Autre devise
Frais de port : EUR 3,44
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : Plus de 20 disponibles

Ajouter au panier

Image d'archives

Ken Youens-Clark
Edité par O'Reilly Media, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf PAP

Vendeur : PBShop.store UK, Fairford, GLOS, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

PAP. Etat : New. New Book. Shipped from UK. Established seller since 2000. N° de réf. du vendeur GB-9781098100889

Contacter le vendeur

Acheter neuf

EUR 70,32
Autre devise
Frais de port : EUR 5,99
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 2 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Ken Youens-Clark
Edité par O'Reilly Media, US, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Paperback

Vendeur : Rarewaves USA United, OSWEGO, IL, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : New. 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 parametersWrite tests to verify refactor programs and confirm they're correctAddress bioinformatics ideas using Python data structures and modules such as BiopythonCreate reproducible shortcuts and workflows using makefilesParse essential bioinformatics file formats such as FASTA and FASTQFind patterns of text using regular expressionsUse higher-order functions in Python like filter(), map(), and reduce(). N° de réf. du vendeur LU-9781098100889

Contacter le vendeur

Acheter neuf

EUR 74,06
Autre devise
Frais de port : EUR 3,44
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : Plus de 20 disponibles

Ajouter au panier

Image d'archives

Youens-Clark, Ken
Edité par O'Reilly Media, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Couverture souple

Vendeur : California Books, Miami, FL, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. N° de réf. du vendeur I-9781098100889

Contacter le vendeur

Acheter neuf

EUR 71,66
Autre devise
Frais de port : EUR 6,87
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : Plus de 20 disponibles

Ajouter au panier

Image fournie par le vendeur

Youens-clark, Ken
Edité par O'Reilly Media, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Couverture souple

Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. N° de réf. du vendeur 42453939-n

Contacter le vendeur

Acheter neuf

EUR 62,36
Autre devise
Frais de port : EUR 17,38
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 6 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Youens-clark, Ken
Edité par O'Reilly Media, 2021
ISBN 10 : 1098100883 ISBN 13 : 9781098100889
Neuf Couverture souple

Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. N° de réf. du vendeur 42453939-n

Contacter le vendeur

Acheter neuf

EUR 64,94
Autre devise
Frais de port : EUR 17,17
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 6 disponible(s)

Ajouter au panier

There are 17 autres exemplaires de ce livre sont disponibles

Afficher tous les résultats pour ce livre