Python Try Except Made Simple
Python Try Expect is very useful to catch an unexpected error or to create an exception to a known and/or unknown error. In this tutorial, you …
Secrets About Python Enumerate
Python Enumerate command was unknown to me for a long time. On this recipe, you will learn how to use it when using a for loop …
Everything about Python Set
This post intends to teach you everything about Python’s set. Honestly, I hope you can learn here how useful this statement can be, I think sets …
Everything About Python for Loop
This post intends to teach you everything about Python for loop. A for loop in Python is used differently than most programming languages. In my honest …
Remove Poor Reads in FASTQ/A
Have you needed to Clean your FASTA/FASTQ file? I know it is a common task. Back in the day, I found a Python 2 script to …
Simple Scatter Plot in Python
Generating a Scatter Plot in Python is probably one of the most common plots, and it can easily be accomplished. This tutorial shows using how using …
Top 6 New Features in Python 3.8
This blog post will describe some of the top features added to Python 3.8. Are you one of those Python people like me that are resistant …
Ridiculously Simple Tips for a Python Dictionary
This tutorial teaches how to use the Python dictionary, and it will focus on dictionary get, append, update, sort, comprehension, etc. Moreover, it will convince you …

