**Books** (#) Fast Python  My new Book Fast Python from Manning is [now available](https://www.manning.com/books/fast-python) Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and simplify your datasets without sacrificing accuracy. (#) Bioinformatics with Python   If you are interested in using Python for Bioinformatics, you might want to check out the third edition of my [book](https://www.packtpub.com/product/bioinformatics-with-python-cookbook-third-edition/9781803236421). 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 like Galaxy, snakemake and Nextflow - Machine Learning for bioinformatics - Dask and Zarr The book has a free [Git repository](https://github.com/PacktPublishing/Bioinformatics-with-Python-Cookbook-third-Edition). [Home](/)