Github

git grep 101: What it is, Differences to grep, and Examples

by:

This tutorial teaches about git grep, its differences from grep, and very detailed examples of how to use it.

Python

Python PEP – Everything You Need to Know about it

by:

This tutorial teaches everything you need to know about the Python PEP including what it is a detailed list of PEPs, a cheat sheet, and the …

Github

gitignore 101 – gitignore example, generator, syntax, etc

by:

This tutorial teaches how to use gitignore with a gitignore example, gitignore syntax, and other related topics

Bioinformatics

Big Binary Indexed (BBI) file Parsing with Python

by:

This tutorial reviews some important information on Big Binary Indexed (BBI) files and how to parse the using Python.

Data Analysis

Everything You need to know about the CRAM Format

by:

This tutorial teaches everything you need to know about the CRAM format, bam to cram compression ratio, cramtools, etc

BioinformaticsData AnalysisMachine Learning

The Interval Scheduling Algorithm and its Applications

by:

This tutorial talks about the Interval scheduling algorithm presents a Python version of it and shares its applications in real-life.

BioinformaticsData AnalysisData visualization

The Bioinformatics Target Enrichment – 101

by:

This blog post describes some important topics when it comes to target enrichment and how to use bioinformatics tools to analyze the data.

BioinformaticsMachine Learning

Non-negative Least Squares: Applications and its Use in Python

by:

This blog post talks about non-negative least squares and its use in bioinformatics, and how to use the method with Python.

Data AnalysisPython

Merge Multiple CSV Files with Python

by:

This tutorial teaches how to merge multiple CSV files into an Excel file using Python. This is a very tedious task when done manually, so hopefully, …

Bioinformatics

Creating a Multiple Sequence Alignment (MSA) Aware of Forward and Reverse Complement Directions – Easy

by:

This blog post teaches an easy way how to create a multiple sequence alignment (MSA) aware of forward and reverse complement directions.