Member-only story
Best New Python packages!
Welcome back! Python has so many packages available that you may not have heard of, so let’s break down a few of my favorite Python packages that are fairly new! These range from GUI packages to web frameworks!
Rich
Starting off we have Rich, a very cool Python package that allows you to add color/style to your terminal applications! To install this package, use the following line:
pip install rich
This package is super cool since it allows you to customize your terminal / command prompt applications, take a look at the following terminal application from their GitHub:
If you want to learn more about this package, check out the link below:
Sierra
Next up we have Sierra, a new web framework that allows you to easily build out web applications with Python, I wrote an article that discusses this package in detail…