Python packages I love
Welcome back! Python is one of my favorite programming languages of all time, if you’re new to this language, check out the link below to learn more about it:
So, let’s talk about some of the Python packages that I love using!
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…