These Are The Python Packages You Need To Use

Manpreet Singh
5 min readSep 4, 2022

Welcome back! Python is an awesome programming language that I love to use, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at some of the best Python packages you need to use!

Pandas

Starting off we have Pandas, this is a must have in your arsenal of packages, this is a data analysis and manipulation tool used for tons of projects across the data science land, if you want to learn more about this package check out this link below:

Selenium

Next up we have Selenium, one of my favorite web scraping / automation packages out there. Selenium allows you to simulate a web browser with Python, essentially allowing you to pull data from websites and navigate through web pages in this one package! If you want to learn more about this package check out the link below:

Plotly

Next up we have Plotly, this is an awesome graphing package for Python! If you want to learn more about this package, here is a link to it:

Django

Next up we have Django, this is a open source web framework that allows you to build out websites with Python. There are tons…