**Bioinformatics with Python**   If you are interested in using Python for Bioinformatics, you might want to check out the second edition of my [book](https://www.packtpub.com/big-data-and-business-intelligence/bioinformatics-python-cookbook-second-edition). This book is slightly different from the standard books on Bioinformatics and Python: It is not about teaching Bioinformatics algorithms, but about solving practical day-to-day problems with Python, for example: (##) Genomics  (##) Proteomics Lots of stuff including movie production with proteins.  (##) Next-Generation Sequencing  (##) Gene Ontologies  (##) Population Genetics  (##) Population Simulation  (##) Phylogenetics  (##) Using Geo-referenced biological data  (##) Interacting with R from Python  (##) Other topics - Advanced Python tips related to high-performance computing - Data pipelines - Dask and Spark - Cython and Numba The book has a free [Git repository](https://github.com/PacktPublishing/Bioinformatics-with-Python-Cookbook-Second-Edition). The repository of the first edition of the book is [still available](https://github.com/tiagoantao/bioinf-python). [Home](/)