Member-only story
Python packages you need to know about in 2022

Welcome back! Python is one of my favorite programming languages of all time, if you’re new to Python, check out the link below to learn more about it:
So, let’s talk about some awesome Python packages that you need to know about in 2022!
Numpy
First 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 many data science job postings that require knowledge with this package as well, If you want to learn more about this package check out their website below:
Pillow
Next up we have Pillow, this is one of the most popular Python packages out there. This specific package allows you to process images, allowing you to utilize images in your Python environment. If you want to learn more about this package, check out the link below:
Pandas
Next up 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: