Awesome Python Package All Data Scientists Should Use!

Manpreet Singh
3 min readAug 1, 2022

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at some awesome Python packages that data scientists should use!

Pandas

First up we have the holy grail of data science packages, 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:

NumPy

Next up we have NumPy, this is a very popular package that allows us to do some scientific computing within Python. I have created several tutorials that utilize Numpy, i’ve also seen…

--

--