Binary Search in Python – Step-by-Step
This blog post talks about the binary search algorithm and how to implement it in Python. I’m sure you won’t find an easier way out there.
How to Find the Average in Python? The Easiest Way
This short tutorial will teach how to use Python for the average of the list and set and how to use Numpy to find the average …
Python Median of List – It Can’t Get Easier than This
This short tutorial will teach how to use Python for the median of the list and set and how to use Numpy to find the median …
Finding Prophages in Bacterial Genomes – Step-by-Step
This tutorial presents a step-by-step on finding prophages (phage) in bacterial genomes from a FASTA file (not Genbank format) to another FASTA with the (if any) …
The Easiest Way to Use Python Exponent Operator
Do you know how to use the Python exponent operator? Sum, subtraction, and Multiplication and division are the operators that are normally taught in Python. Here …
Step by Step: Completeness and Contamination of MAGs
This article demonstrates STEP by STEP checkm tutorial on how to estimate completeness and contamination of Metagenome Assembled Genomes (MAGs)
Docker: 7 Essential Things to Get Started
This tutorial teaches the 7 essential things to get started with Docker. They are: What is Docker, how to install docker on Ubuntu, Mac Os, or …
Simple Box Plot and Swarm Plot in Python
This short tutorial teaches you how to create a box and plot whisker and overlap it with a swarm plot in Python. Furthermore, it shows how …
The Easiest Way to Use the Python Square Root Function
This tutorial shows two different ways to find the square root of a number in Python. One of the methods uses the exponent operator and the …

