Member-only story
Awesome underrated Python packages in 2021
Welcome back! Python is an awesome programming language with a ton of capability, one of the key advantages of Python is the vast array of packages available, so let’s talk about some of the best underrated packages for Python. Now, these packages range in use, but you could still implement a majority of these inside of your projects, let’s take a look at them!
Streamlit
Starting off we have Streamlit, one of my favorite GUI packages for Python. Streamlit makes it very easy for you to build out GUI’s in no time, the code is very Pythonic and requires no experience with HTML and Javascript. One of my favorite aspects of this package is how modern the UI looks, unlike packages like Tkinter, these UI’s look very modern, check out the link below to learn more about Streamlit:
To install this package, use the following line:
pip install streamlit