Member-only story
My favorite Python projects on GitHub
3 min readOct 18, 2021
Welcome back! GitHub is an awesome resource for project idea’s, so let’s take a look at some of my favorite Python projects that are hosted on GitHub. Now, if you don’t know anything about GitHub, I would highly recommend getting familiar with this website, here is their website:
Let’s take a look at some of these projects!
Bandit
One of my favorite Python projects (packages) on GitHub is Bandit, this specific package actually checks the security of your Python projects! If you want to install this package, check out the link below:
pip install bandit
pip3 install bandit
Below is their GitHub Page: