Month: June 2020

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 »