HowTo

Rich Text and Beautiful Formatting in the Terminal with Rich Python

In this tutorial we will be exploring Rich – a  python package for working with rich text and beautiful formatting in the terminal or command prompt. First of all let see some of the benefits  we can do with this package. Adding Color and Style to Text Emoji Markdown Syntax Highlighting Tables In the Terminal …

Rich Text and Beautiful Formatting in the Terminal with Rich Python Read More »

Securing Login Page/Section From SQL Injections – For Streamlit Apps

In the previous tutorial we saw how to build a simple login page for Streamlit,in this post we will check out the various ways to secure our app and in most cases any web app that has a login and a form of database. In designing your web applications there are certain measures to take …

Securing Login Page/Section From SQL Injections – For Streamlit Apps Read More »

Simple CSS Shape Generator App with Streamlit – Color Picker

Streamlit is a powerful but simple framework for building ML and Data Science Apps primarily,but it can also be used to build some cool apps outside the field of Machine Learning and Data Science. In this tutorial we will see how to use streamlit to build a simple CSS Shape generator. We will be using …

Simple CSS Shape Generator App with Streamlit – Color Picker Read More »

Protein Sequence Analysis of Covid19 using BioPython

In this tutorial we will be analysing the genomic and DNA sequence of coronavirus (ncov 19) using a wonderful bioinformatic package called BioPython. We will do a simple introduction of how to use BioPython and then continue with our protein analysis of Covid19. Installation pip install biopython Applications of BioPython For sequence analysis (DNA,RNA) To …

Protein Sequence Analysis of Covid19 using BioPython Read More »

Data Cleaning – A Practical Example with Coronavirus Dataset using Pandas and Schedule For Automatic Updates

In a previous tutorial we saw how to do an analysis of the coronavirus (covid19) outbreak using the dataset fetched from John Hopkins on Github.  In this section we will see how to automatically fetch the new updated data daily ,prepare and clean the dataset for further analysis. Since this is an ongoing study and …

Data Cleaning – A Practical Example with Coronavirus Dataset using Pandas and Schedule For Automatic Updates Read More »